Libraries tagged by php autoloader
rbs1518/selifa-core
6 Downloads
Selifa Core is a basic PHP framework for any application type. It offers only a PSR-4 class autoloader, a configuration management and an exception management. It's configuration differs from most other PHP framework since it only load specific configuration file or spesific class. This version of Selifa is a major rewrite of my previous Selifa Framework which contains a full framework.
classpreloader/classpreloader
42933404 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
classpreloader/console
248555 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
radic/composer-exclude-classmap-plugin
882 Downloads
Merges 'autoload.exclude-classmap' from vendor packages into the root composer at runtime. Useful for overriding php classes of other packages. Compatible with wikimedia/composer-merge-plugin packages aswell.
lalalab/autoloadr
2176 Downloads
PHP Autoload facilities
alex-robert/autoloadr
387 Downloads
PHP Autoload facilities
aubreypwd/autoload
3 Downloads
Just an empty Composer package used to create autoloaded PHP, just use create-project.
composer/composer
199447531 Downloads
Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.
mcaskill/composer-exclude-files
1015718 Downloads
Exclude files from autoload_files.php
adriansuter/php-autoload-override
67806 Downloads
Override global scoped fully qualified function calls inside your class methods in order to be able to mock them during testing.
mouf/classname-mapper
2415104 Downloads
Provides a way to find in which PHP files a class will be looked upon.
mgargano/simplehtmldom
595598 Downloads
Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library
nealio82/avro-php
82349 Downloads
Implementation of Apache's Avro PHP library with Composer support, PSR-4 autoloading, namespaces, and type hinted method parameters
adaptive/php-text-difference
70636 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays). Fork of a fork to add namespaces and psr-4 autoloading
keltstr/yii2-simplehtmldom
187445 Downloads
"PHP Simple HTML DOM Parser" rev.210 adapted to Yii2 psr-4(namespace autoload class) based on serhatozles/yii2-simplehtmldom(rev.196)