autoload
Autoload mapping for a PHP autoloader.
PSR-4 and PSR-0 autoloading, classmap generation and files includes are supported.
PSR-4 is the recommended way since it offers greater ease of use (no need to regenerate the autoloader when you add classes).