2017 © Pedro Peláez
 

composer-plugin zend1-composer-installer

Composer installer for Zend Framework 1 modules

image

xemlock/zend1-composer-installer

Composer installer for Zend Framework 1 modules

  • Monday, February 27, 2017
  • by xemlock
  • Repository
  • 1 Watchers
  • 0 Stars
  • 72 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Composer installer for Zend Framework 1 modules

Build Status, (*1)

This is an installer plugin for Zend Framework 1 modules., (*2)

Usage

To use this installer set the type of your module to zend1-module and add this plugin to dependencies in your package's composer.json file. For example:, (*3)

{
    "name": "foo/bar",
    "type": "zend1-module",
    "require": {
        "xemlock/zend1-composer-installer": "*"
    }
}

By default the modules will be installed in application/modules directory., (*4)

Custom install paths

This plugin follows the same rules for customizing package install paths as Composer Installers plugin., (*5)

License

MIT License, (*6)

The Versions

27/02 2017

dev-master

9999999-dev

Composer installer for Zend Framework 1 modules

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • composer-plugin-api ^1.0

 

The Development Requires

by Avatar xemlock

27/02 2017

0.1.0

0.1.0.0

Composer installer for Zend Framework 1 modules

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • composer-plugin-api ^1.0

 

The Development Requires

by Avatar xemlock