avolutions-php / avolutions

AVOLUTIONS: Just another open source PHP framework
MIT License
4 stars 2 forks source link

PSR support #164

Closed JoshuaBehrens closed 2 years ago

JoshuaBehrens commented 3 years ago

Hi, I stumbled upon this framework and looked into it. Are there any thoughts on providing implementations for PSR? This would add lots of compatibility e.g. for requests, logging or caching.

avolutions commented 2 years ago

Hey @JoshuaBehrens, Yes it is planned to add PSR support, at least for container (PSR-11), logging (PSR-3) and maybe HTTP message interface (PSR-7).

In our next release (0.9.0-alpha) we will introduce a Dependency Injection Container based on PSR-11 (see branch "feature-145-dependency-injection"/ #145).

If there are any other things you want to know or are noe cleared leave a comment. Otherwise you can close the issue.

JoshuaBehrens commented 2 years ago

Thanks for the answer. I will come back later when I see more PSR :)