/Autoload

PHP 5.3 namespaced autoloader

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

README

What is Autoload?

Autoload is a php5.3 autoloader based on the SplClassLoader implementation that implements the technical interoperability standards for PHP 5.3 namespaces and class names.

Requirements

PHP 5.3.2 and up.

Usage

registerNamespace('Doctrine\Common', '/path/to/doctrine'); $classLoader->registerNamespace('Symfony', '/path/to/symfony'); $classLoader->register(); ?>