Revert "1. add edit event fails when save edited single provider recurring events...
[openemr.git] / vendor / zendframework / zend-modulemanager / README.md
blobabee3f49e42c9d7e4f0c4b76b1ff1e81403aac36
1 # zend-modulemanager
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-modulemanager.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-modulemanager)
4 [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-modulemanager/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-modulemanager?branch=master)
6 Zend Framework 2.0 introduces a new and powerful approach to modules. This new
7 module system is designed with flexibility, simplicity, and re-usability in mind.
8 A module may contain just about anything: PHP code, including MVC functionality;
9 library code; view scripts; and/or public assets such as images, CSS, and
10 JavaScript. The possibilities are endless.
12 `Zend\ModuleManager` is the component that enables the design of a module
13 architecture for PHP applcations.
16 - File issues at https://github.com/zendframework/zend-modulemanager/issues
17 - Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-modulemanager