ocramius / ocracomposer
Zend Framework 2 Module that provides Composer based autoloading for Zend Skeleton Application based installations
Installs: 778
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 0
Open Issues: 0
Type:zendframework-module-autoloader
Requires
- php: >=5.3.3
- ocramius/ocracomposerinstaller: dev-master
README
This module aims to provide simple autoloading for Composer based Zend Skeleton Application installations.
Usage
- Setup a
composer.json
file in your application, add this module (ocramius/OcraComposer) and any number of other modules as it's dependencies. - Setup your
config/application.config.php
to load theOcraComposer
module before any other composer installed module.