Open Power Autoloader is a collection of fast, universal class autoloaders for PHP 5.3+ compatible with PSR-0 class naming convention used i.e. by Symfony 2 and Doctrine 2.
Automap is a fast map-based PHP autoloader.
Unlike path-based autoloaders, map-based autoloaders locate required PHP scripts using symbol maps. These maps are created offline by a program (included) which scans script files and extracts the symbols they define. At runtime, map files are loaded
... [More] when the application starts and are then used to resolve undefined symbols and load the corresponding PHP script files.
As a complement to the base Automap software, an optional PECL extension acts as an accelerator, making Automap probably the fastest PHP autoloader available today. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy