Classes should live in namespaces.
File should have the same name than classes.
That will allow to get rid of autoloader.php and to use PSR-4 instead.
Classes should live in namespaces.
File should have the same name than classes.
That will allow to get rid of autoloader.php and to use PSR-4 instead.