Libraries tagged by autoloader
phpactor/composer-autoloader-extension
52902 Downloads
Composer Autoloader provider
popphp/pop-loader
5839 Downloads
Pop Loader Component for Pop PHP Framework
unloc/composer-compatibility-enforcer
569 Downloads
Remove selected namespaces/classes from plugin Composer autoloaders.
keradus/psr4autoloader
4604 Downloads
PSR-4 Autoloader implementation
frozzare/wp-autoload
18774 Downloads
Simple autoloader that will autoload classes or traits with namespace prefix
waylandace/class-finder
22073 Downloads
Utility class to help you discover other classes / namespaces based on the composer auto loader.
facebook/definition-finder
43214 Downloads
Find definitions in PHP or Hack files. Useful for autoloaders.
digital-canvas/zend-framework
296514 Downloads
Zend Framework with only the libraries and require_once() calls commented out for better performance with an autoloader.
programster/autoloader
435 Downloads
An package to make it easy to autoload code.
phix/autoloader
34399 Downloads
Phix's Autoloader is a PSR0-compliant autoloader which supports PHP's include_path
irap/autoloader
11009 Downloads
An package to make it easy to autoload code.
crodas/autoloader
2999 Downloads
Best autoloader from out there
bytic/autoloader
4451 Downloads
Autoloader component for bytic
blitz-php/autoloader
5948 Downloads
Autoloader pour Blitz PHP
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.