Archive
psr-4
-
Composer and PSR-4 in a codebase built on require_once
The ERP loads 181 files per request through require_once chains and an unmaintained PEAR install. How we moved it onto Composer: classmap for the old code, PSR-4 for new code, and the class that only broke on Linux.