2017 © Pedro Peláez
 

composer-installer composer-module-installer

Composer installer for rampage-php framework modules

image

rampage-php/composer-module-installer

Composer installer for rampage-php framework modules

  • Monday, April 15, 2013
  • by tux-rampage
  • Repository
  • 1 Watchers
  • 0 Stars
  • 112 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Composer Installer for Rampage PHP Modules

To make use of this installer add a dependency for it to your modules composer.json, (*1)

The modules package type should then be set to rampage-module., (*2)

Installer options

Note: The following options are only available in the root package., (*3)

Modules directory

You may specify a custom modules directory for your application. Add the rampage.modules-dir extras option to your project's composer.json file., (*4)

Modules Config

You may also customize the location of the modules definition file. To do so add the rampage.modules-config extras option to your project's composer.json file., (*5)

Example

{
    "extra": {
        "rampage": {
            "modules-dir": "application/modules",
            "modules-config": "application/etc/modules.conf"
        }
    }
}

The Versions

15/04 2013

dev-master

9999999-dev

Composer installer for rampage-php framework modules

  Sources   Download

GPL-3.0

by Axel H.

framework composer zf2 installer rampage

15/04 2013

1.0.0

1.0.0.0

Composer installer for rampage-php framework modules

  Sources   Download

GPL-3.0

by Axel H.

framework composer zf2 installer rampage