Download the PHP package redcatphp/autoload without Composer
On this page you can find all versions of the php package redcatphp/autoload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download redcatphp/autoload
More information about redcatphp/autoload
Files in redcatphp/autoload
Download redcatphp/autoload
More information about redcatphp/autoload
Files in redcatphp/autoload
Vendor redcatphp
Package autoload
Short Description Autoload - Simple and Concise PHP Autoloader - PSR-4 convention
License LGPL-3.0+ CC0-1.0
Homepage http://redcatphp.com/autoload-psr4
Package autoload
Short Description Autoload - Simple and Concise PHP Autoloader - PSR-4 convention
License LGPL-3.0+ CC0-1.0
Homepage http://redcatphp.com/autoload-psr4
Please rate this library. Is it a good library?
Informations about the package autoload
No longer actively maintained. I work now with NodeJS and I recommand you to take a look at di-ninja
Autoload - PHP native dependency manager
Autoload is a simple and concise PHP Autoloader based on universal conventions.
No more need of annoying "require_once" at start of each php file. When needed by php code the class will be dynamicaly loaded and no more load of unused class, increasing performances in same time.
This component is able to autoload all modern PHP frameworks and libraries like Zend, Symfony, PEAR, Aura or many others.
- PSR-4
- PSR-0 (retrocompat)
- classMap API
- include_path support
- HHVM hack
- empty namespace support for root autoload path
- cache for checked class_exists
Methods usage
simple facade API using global instance
get global instance
register and unregister to SPL stack
add namespaces
useIncludePath
useCache
addClass and addClassMap
All versions of autoload with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package redcatphp/autoload contains the following files
Loading the files please wait ....