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

Implement PSR15? #9

Open
Moln opened this issue Mar 14, 2018 · 3 comments
Open

Implement PSR15? #9

Moln opened this issue Mar 14, 2018 · 3 comments

Comments

@Moln
Copy link

Moln commented Mar 14, 2018

Will implement PSR15 ?

@rbairwell
Copy link
Contributor

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).

@Moln
Copy link
Author

Moln commented Mar 15, 2018

@rbairwell
Copy link
Contributor

rbairwell commented Mar 24, 2018

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

$aggregator = new ConfigAggregator([
    \Bairwell\MiddlewareCors\ZendFramework\ConfigProvider::class,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants