Comment on The Micro PHP Manifesto's Missing TenetparentComments−Loic14yThe problem with PSR-0 is that it requires a one file per class approach. You end up with way too many files where you can create beautiful single file packages with just a namespace at the top and a series of classes in the file.
Comments
The problem with PSR-0 is that it requires a one file per class approach. You end up with way too many files where you can create beautiful single file packages with just a namespace at the top and a series of classes in the file.