Libraries tagged by class autooader
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.
coisa/autoload
14 Downloads
PHP Class Autoloader
webmgine/auto-loader
36 Downloads
PHP class autoloader based on namespaces/directories association
unixnut/template-php-project
6 Downloads
A self-contained project that uses the Composer autoloader to load class files
spoom-php/composer
72 Downloads
Autoloader (for nested classes) and installer for the Spoom packages
johnwatkins0/wp-autoload
524 Downloads
Autoloader for WordPress classes, traits, and interfaces.
evas-php/evas-loader
20 Downloads
Classes, Traits and Interfaces autoloader - partially supports PSR0, PSR4
zookal/aoe_classpathcache
8 Downloads
Class path cache for Magento autoloader.
m1n/lib
10 Downloads
Some basic PHP classes for use in other projects (Database, simple PHP templating, autoloader)
jasir/unfinalizer
11 Downloads
Plugs in composer autolader and removes final keyword from autoloaded classes on fly.
itmar/loader-package
14 Downloads
This package provides the ability to load classes via Composer's PSR-4 configuration without relying on the autoloader. This is useful when you want to avoid class conflicts between loaders in multiple plugins.
classpreloader/classpreloader
42860969 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
classpreloader/console
246905 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
steevanb/composer-overload-class
103483 Downloads
Add extra to composer.json, to overload autoloaded class
radic/composer-exclude-classmap-plugin
845 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.