Skip to content
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

Open
sminnee opened this issue Jun 29, 2017 · 5 comments
Open

Enhancement: Support PSR-15 middleware adaption #1

sminnee opened this issue Jun 29, 2017 · 5 comments

Comments

@sminnee
Copy link

sminnee commented Jun 29, 2017

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

@robbieaverill
Copy link
Owner

@sminnee Are you referencing this proposal for the spec?

@sminnee
Copy link
Author

sminnee commented Jul 10, 2017

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.

@sminnee
Copy link
Author

sminnee commented Jul 10, 2017

It could also be that you do a few different micropackages, so psr15-middleware depended on psr7-adapters

@robbieaverill
Copy link
Owner

True. Or maybe this could become psr-adapters and do all the things

@robbieaverill
Copy link
Owner

@robbieaverill robbieaverill changed the title Create MiddlewareAdapters Enhancement: Support PSR-15 middleware adaption Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants