Search by

versionable / autoload

haswalt

Namespace compatible autoloader

Package info

github.com/versionable/autoload

Homepage

Issues

pkg:composer/versionable/autoload

Statistics

Installs: 203

Dependents: 0

Suggesters: 0

Stars: 5

1.0.1 2014-05-20 12:02 UTC

This package is not auto-updated.

Last update: 2026-09-08 17:23:02 UTC


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(); ?>