GameQ3 icon indicating copy to clipboard operation
GameQ3 copied to clipboard

[Proposal] Use PSR-0

Open sarunast opened this issue 10 years ago • 1 comments

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:

sarunast avatar Mar 31 '14 10:03 sarunast

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.

KostyaEsmukov avatar Apr 01 '14 03:04 KostyaEsmukov