Libraries tagged by php autoloader
lochmueller/autoloader
344839 Downloads
Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.
pablo-sg-pacheco/wp-namespace-autoloader
32156 Downloads
A PHP autoloader class that follows the WordPress coding standards 2.0 and proposed 3.0 for class/interface/trait names and filenames
antcms/antloader
21616 Downloads
A small and simple autoloader for PHP applications
websafe/lib-websafe-blueimp-jquery-file-upload-handler
34235 Downloads
Repackaged PHP handler from Blueimp Jquery-File-Upload. Composer and autoloader ready. Contains only the PHP handler class. Install frontend assets with bower.
wearerequired/composer-wp-config
17994 Downloads
A composer plugin to create the WordPress configuration file which automagically defines constants from a .env file. Also includes path of Composer's autoloader in wp-config.php.
facebook/definition-finder
41512 Downloads
Find definitions in PHP or Hack files. Useful for autoloaders.
fedora/autoloader
875 Downloads
Fedora PHP Autoloader
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.
phix/autoloader
32955 Downloads
Phix's Autoloader is a PSR0-compliant autoloader which supports PHP's include_path
spencer-mortensen/autoloader
31519 Downloads
Autoload PHP classes
popphp/pop-loader
4550 Downloads
Pop Loader Component for Pop PHP Framework
varunsridharan/php-autoloader
32579 Downloads
Lightweight PSR-4 PHP Autoloader Class.
pfaciana/composer-smart-autoloader
76 Downloads
A PHP autoloader that manages class loading across multiple Composer dependencies, prioritizing the latest compatible versions.
blitz-php/autoloader
5088 Downloads
Autoloader pour Blitz PHP
almostusable/psr4-autoloader
7 Downloads
A minimalistic PSR-4 autoloader implementation for PHP projects