Skip to content

xemlock/zend1-composer-installer

Repository files navigation

Composer installer for Zend Framework 1 modules

Build Status

This is an installer plugin for Zend Framework 1 modules.

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:

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

By default the modules will be installed in application/modules directory.

Custom install paths

This plugin follows the same rules for customizing package install paths as Composer Installers plugin.

License

MIT License

About

Composer installer for Zend Framework 1 modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages