-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement PSR15? #9
Comments
Hi, It's certainly on my list of things to add - which framework/library are you currently using which is PSR-15 compatible (just mainly so I can 100% check it is working correctly). |
Just so you know, I've spent most of today working on this and have got a proof of concept seeming to work in https://github.com/bairwell/middleware-cors/tree/psr15compatibility : adding
to config.php in a Zend Expressive project does seem to be including it, but I haven't managed to pass in settings or fix all the broken unit tests yet (I've also taken the chance to update dependencies and change a few other bits of code). It's still a work in progress, but should be done soon. |
Will implement PSR15 ?
The text was updated successfully, but these errors were encountered: