Page MenuHomeDevCentral

Switch autoloader to PSR-4
Open, Needs TriagePublic

Description

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.