PSRs (PHP Standard Recommendations) is tacair chaighdeáin a foilsíodh ag an PHP-FIG (Framework Interoperability Group) a shainíonn coinbhinsiúin choitinn — stíl chódaithe, foluain-ualú, agus comhéadain dhlisteanach — ag cumasú inoiriúnachta idir crumchláracha PHP difriúla, leabharlanna, agus pacáistí.
Na PSR-anna is thábhachtaí
PSR-1 / PSR-12 → CODING STYLE (basic + extended): naming, braces, indentation, etc.
PSR-4 → AUTOLOADING: namespace ↔ directory mapping (used by Composer)
PSR-3 → LoggerInterface: a common logging interface
PSR-7 → HTTP message interfaces (Request/Response objects)
PSR-11 → ContainerInterface: a common DI container interface
PSR-15 → HTTP middleware interface
PSR-6 / PSR-16 → Caching interfaces
PSR-18 → HTTP client interface
