42
Technology

PSR

PSR (PHP Standard Recommendation) are PHP specifications that describe the standardization of programming concepts in PHP. PSR-0/PSR-4 describes a standardized autoloading of classes. PSR-7 describes a standardized interface for HTTP messages. Currently, there are the specifications PSR-0 to PSR-19.