Glossary

PSR Standards

PSR (PHP Standards Recommendations) is a set of community standards from PHP-FIG. They define coding conventions, autoloading, and interfaces to ensure interoperability between frameworks and libraries.

Most important PSRs

Why it matters

Following PSR allows components from different frameworks (Symfony, Laravel) to interoperate. Pint and PHP-CS-Fixer automatically fix code to PSR-12.