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

Installs: 720

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 0

Open Issues: 0

Type:zendframework-module-autoloader

0.2.2 2012-05-21 16:05 UTC

This package is auto-updated.

Last update: 2022-02-01 12:20:16 UTC


README

This module aims to provide simple autoloading for Composer based Zend Skeleton Application installations.

Usage

  1. Setup a composer.json file in your application, add this module (ocramius/OcraComposer) and any number of other modules as it's dependencies.
  2. Setup your config/application.config.php to load the OcraComposer module before any other composer installed module.