zendframework/zend-modulemanager
Modular application system for zend-mvc applications
Maintainers
Package info
github.com/zendframework/zend-modulemanager
pkg:composer/zendframework/zend-modulemanager
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-config: ^3.1 || ^2.6
- zendframework/zend-eventmanager: ^3.2 || ^2.6.3
- zendframework/zend-stdlib: ^3.1 || ^2.7
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.14 || ^7.5.16
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-console: ^2.6
- zendframework/zend-di: ^2.6
- zendframework/zend-loader: ^2.5
- zendframework/zend-mvc: ^3.0 || ^2.7
- zendframework/zend-servicemanager: ^3.0.3 || ^2.7.5
Suggests
- zendframework/zend-console: Zend\Console component
- zendframework/zend-loader: Zend\Loader component if you are not using Composer autoloading for your modules
- zendframework/zend-mvc: Zend\Mvc component
- zendframework/zend-servicemanager: Zend\ServiceManager component
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause b2596d24b9a4e36a3cd114d35d3ad0918db9a243
This package is auto-updated.
Last update: 2020-01-28 20:17:57 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-modulemanager.
👁 Build Status
👁 Coverage Status
Zend Framework 2.0 introduces a new and powerful approach to modules. This new module system is designed with flexibility, simplicity, and re-usability in mind. A module may contain just about anything: PHP code, including MVC functionality; library code; view scripts; and/or public assets such as images, CSS, and JavaScript. The possibilities are endless.
Zend\ModuleManager is the component that enables the design of a module
architecture for PHP applications.
Installation
Run the following to install this library:
$ composer require zendframework/zend-modulemanager
Documentation
Browse the documentation online at https://docs.zendframework.com/zend-modulemanager/
