-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Support PSR-15 middleware adaption #1
Comments
@sminnee Are you referencing this proposal for the spec? |
I hadn't when I wrote this but that's probably the best bet. The composer package for PSR-15 already exists so you could just tie to that. |
It could also be that you do a few different micropackages, so |
True. Or maybe this could become |
Updated (accepted) PSR spec: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-15-request-handlers.md |
Now that SS4 has a robust middleware system, create 1 or more middlwareadapters that let you plug in PSR-7 based middleware.
Since there isn't yet a single convention for these middlewares, we might want to have a few, e.g.
SlimMiddlewareAdapter
The text was updated successfully, but these errors were encountered: