PHPackages                             apix/autoloader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. apix/autoloader

ActiveApix-package[PSR &amp; Standards](/categories/psr-standards)

apix/autoloader
===============

Light PSR-0 compliant autoloader for PHP5.3+ namespaces and older PEAR-style classes.

1.0.0(13y ago)54.9k1BSD-3-ClausePHPPHP &gt;=5.3

Since Jan 10Pushed 13y ago1 watchersCompare

[ Source](https://github.com/frqnck/apix-autoloader)[ Packagist](https://packagist.org/packages/apix/autoloader)[ Docs](https://github.com/frqnck/apix-autoloader)[ RSS](/packages/apix-autoloader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (1)

APIx Autoloader, PSR-0 for PHP5.3+
==================================

[](#apix-autoloader-psr-0-for-php53)

Apix Autoloader is a light [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compliant autoloader which can autoload both PHP5.3 namespaces and older PEAR-style classes.

Basic usage
-----------

[](#basic-usage)

- At its most basic, it will autoload PSR-0 complient class names in the current include-path:

    ```
