Single PHP file can autoload all classes and interfaces in your project.
- Simple
- Fast
- Support PSR-0 standard
- Support Class mapping
- Support Alias for namespace
This class written under PHP 5.4 or newer. its simple to install only Download it and use it.
You can also Download Cliprz\Loader from Composer
{
"require": {
"php": ">=5.4",
"cliprz/loader": "1.0.*"
}
}
You can read Manual , And we already explained Cliprz\Loader\Autoload class in Tests directory.
Part of Cliprz framework, Copyright 2013 Cliprz, under MIT License.