ocramius/ocracomposer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Zend Framework 2 Module that provides Composer based autoloading for Zend Skeleton Application based installations
Maintainers
Package info
github.com/Ocramius/OcraComposer
Type:zendframework-module-autoloader
pkg:composer/ocramius/ocracomposer
0.2.2
2012-05-21 16:05 UTC
Requires
- php: >=5.3.3
- ocramius/ocracomposerinstaller: dev-master
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This module aims to provide simple autoloading for Composer based Zend Skeleton Application installations.
Usage
- Setup a
composer.jsonfile in your application, add this module (ocramius/OcraComposer) and any number of other modules as it's dependencies. - Setup your
config/application.config.phpto load theOcraComposermodule before any other composer installed module.
