cliprz / loader
Single PHP file can autoload all classes and interfaces in your project.
1.0.1
2014-01-08 00:26 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2025-02-25 08:38:43 UTC
README
Single PHP file can autoload all classes and interfaces in your project.
Features
- Simple
- Fast
- Support PSR-0 standard
- Support Class mapping
- Support Alias for namespace
Download and install
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.*" } }
How to use it
You can read Manual , And we already explained Cliprz\Loader\Autoload class in Tests directory.
Author
Copyright and license
Part of Cliprz framework, Copyright 2013 Cliprz, under MIT License.