xemlock / zend1-composer-installer
Composer installer for Zend Framework 1 modules
Installs: 354
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
pkg:composer/xemlock/zend1-composer-installer
Requires
- php: >=5.3.0
- composer-plugin-api: ^1.0|^2.0
Requires (Dev)
- composer/composer: ^1.0|^2.0
- phpunit/phpunit: ^4.7
This package is auto-updated.
Last update: 2025-10-11 00:37:09 UTC
README
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