Libraries tagged by class autooader
martin-pettersson/wp-autoloader
135 Downloads
A class loader for the WordPress coding standards.
adrianmejias/veil
6 Downloads
A simple class instance autoloader for PHP applications.
qycloud/classloader
952 Downloads
Auto loading the missing class while the file's name starts with lowercase char
piotrpress/composer-classmapper
107 Downloads
This Composer command generates a classmap.php file based on project files.
piotrpress/classmap
29 Downloads
This library generates classmap for autoload.
net_bazzline/classmap_generator
57 Downloads
php classmap and autoloader generator for psr-0 and previous php files - it should find all classes in every php file
nanjingboy/classloader
127 Downloads
Auto loading the missing class while the file's name starts with lowercase char
mikisan/autoload
38 Downloads
General purpose autoloader library for PHP.
jamm/autoload
14 Downloads
Class to organize autoloading by PHP naming conventions and PSR-0 standard
irfantoor/mini-loader
41 Downloads
Loads the current irfantoor/test avoiding the cyclic dependency
devmastersbv/pthreads
177 Downloads
Pthreads classes
cjrasmussen/autoload
61 Downloads
Autoloader that allows for setting different source paths based on class prefix
natanfelles/autoload
312 Downloads
Aplus Framework Autoload Library
yeahphp/classloader
5 Downloads
php class autoloader
selifa/core
169 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.