A PSR is a PHP Standard Recommendation issued by the PHP Framework Interoperability Group.
The approved PSRs are:
PSR-0: Autoloading (superseded by PSR-4)
PSR-1: Basic Coding Standard
PSR-2: Coding Style Guide
PSR-3: Logger Interface
PSR-4: Improved Autoloading
PSR-7: HTTP Message Interfaces