I know what PSR-0 is, and how, why, where to use it.
I've googled for this and looked around stackoverflow related posts, but could not find anything. Even on its official page there's no such definition.
So, the question is, what does PSR-0 exactly stand for?
PSR-0 (Autoloading Standard) Each namespace separator is converted to a DIRECTORY_SEPARATOR when loading from the file system. Each _ character in the CLASS NAME is converted to a DIRECTORY_SEPARATOR. The _ character has no special meaning in the namespace. The fully-qualified namespace and class are suffixed with .
The PHP Standard Recommendation (PSR) is a PHP specification published by the PHP Framework Interop Group. Similar to Java Specification Request for Java, it serves the standardization of programming concepts in PHP.
PSR stands for PHP Standard Recommendation as explained on http://www.php-fig.org/faqs/#what-does-psr-stand-for and here http://www.php-fig.org/psr/
PSR is a specification for defining a coding standard for PHP. Currently there are six accepted recommendations:
each addressing a specific aspect of coding.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With