GameQ3
GameQ3 copied to clipboard
[Proposal] Use PSR-0
Have you ever thought about using PSR-0 PHP standard on your library ? I am using your package with Composer and I had to restructure your library/namespaces in order to make it work.
A lot frameworks including PHP community is trying to use at least PSR-0. Also if you would restructure it using PSR-0, then you could easily add your package to Composer packagist list. So users could find and use your package easily and it would allow for users like me to have up-to-date library.
Keep up the good work :+1:
Thanks for suggestion. I'll do that as soon as I stop making backward incompatible changes :laughing: At least two such updates coming this week.