PSR-4 is a widely adopted standard for autoloading PHP classes and namespaces, defined by the PHP Framework Interop Group (PHP-FIG). It allows you to load classes dynamically at runtime without manually including files, using Composer’s autoloader or custom autoloaders.
PHP: PSR-4