prooph / event-store-http-api

Prooph EventStore HTTP API
http://getprooph.org/
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

[RFC] Split into PSR-15 middleware and stand-alone app #34

Closed codeliner closed 6 years ago

codeliner commented 6 years ago

I'd like to split the package. The API middlewares should be moved to a library package so that you can composer install them in your own PSR-7/PSR-15 driven application and mix them with auth middleware and so on.

This package can be turned into a skeleton that uses the lib and provides a ready-to-use expressive app as it is now.

The lib can be called event-store-http-middleware or we integrate it in the http-middleware package.

Thoughts @prolic @sandrokeil @oqq @basz

prolic commented 6 years ago

All for it. Let's do a new package and not mix with the existing middleware package.

On Sat, Mar 10, 2018, 18:12 Alexander Miertsch notifications@github.com wrote:

I'd like to split the package. The API middlewares should be moved to a library package so that you can composer install them in your own PSR-7/PSR-15 driven application and mix them with auth middleware and so on.

This package can be turned into a skeleton that uses the lib and provides a ready-to-use expressive app as it is now.

The lib can be called event-store-http-middleware or we integrate it in the http-middleware https://github.com/prooph/http-middleware package.

Thoughts @prolic https://github.com/prolic @sandrokeil https://github.com/sandrokeil @oqq https://github.com/oqq @basz https://github.com/basz

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/prooph/event-store-http-api/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYEvMRTEz5DvfX2KI-V47DD43HoJ9ziks5tc6b6gaJpZM4SlOMc .

basz commented 6 years ago

No preference, so go for it