README.md 1.23 KB
Newer Older
Indra Raja's avatar
Indra Raja committed
1 2 3 4 5 6 7 8 9 10 11 12
# zend-modulemanager

[![Build Status](https://secure.travis-ci.org/zendframework/zend-modulemanager.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-modulemanager)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-modulemanager/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-modulemanager?branch=master)

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
Indra Raja's avatar
Indra Raja committed
13
architecture for PHP applications.
Indra Raja's avatar
Indra Raja committed
14

Indra Raja's avatar
Indra Raja committed
15
## Installation
Indra Raja's avatar
Indra Raja committed
16

Indra Raja's avatar
Indra Raja committed
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Run the following to install this library:

```bash
$ composer require zendframework/zend-modulemanager
```

## Documentation

Browse the documentation online at https://docs.zendframework.com/zend-modulemanager/

## Support

* [Issues](https://github.com/zendframework/zend-modulemanager/issues/)
* [Chat](https://zendframework-slack.herokuapp.com/)
* [Forum](https://discourse.zendframework.com/)