Download the PHP package apix/autoloader without Composer
On this page you can find all versions of the php package apix/autoloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download apix/autoloader
More information about apix/autoloader
Files in apix/autoloader
Download apix/autoloader
More information about apix/autoloader
Files in apix/autoloader
Vendor apix
Package autoloader
Short Description Light PSR-0 compliant autoloader for PHP5.3+ namespaces and older PEAR-style classes.
License BSD-3-Clause
Homepage https://github.com/frqnck/apix-autoloader
Package autoloader
Short Description Light PSR-0 compliant autoloader for PHP5.3+ namespaces and older PEAR-style classes.
License BSD-3-Clause
Homepage https://github.com/frqnck/apix-autoloader
Please rate this library. Is it a good library?
Informations about the package autoloader
APIx Autoloader, PSR-0 for PHP5.3+
Apix Autoloader is a light PSR-0 compliant autoloader which can autoload both PHP5.3 namespaces and older PEAR-style classes.
Basic usage
-
At its most basic, it will autoload PSR-0 complient class names in the current include-path:
- If you want to add some paths to the include-path:
Advanced usage
Installation
-
If you are creating a component that relies on Apix Autoloader locally:
-
either update your
composer.json
file: - or update your
package.xml
file as follow:
-
- For a system-wide installation, use PEAR as follow:
Checkout pear.ouarz.net for more details.
License
Apix Autoloader is licensed under the New BSD license -- see the LICENSE.txt
for the full license details.
All versions of autoloader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package apix/autoloader contains the following files
Loading the files please wait ....