File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/laminas/laminas-modulemanager/README.md
# laminas-modulemanager
[](https://travis-ci.com/laminas/laminas-modulemanager)
[](https://coveralls.io/github/laminas/laminas-modulemanager?branch=master)
`Laminas\ModuleManager` 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.
`Laminas\ModuleManager` is the component that enables the design of a module
architecture for PHP applications.
## Installation
Run the following to install this library:
```bash
$ composer require laminas/laminas-modulemanager
```
## Documentation
Browse the documentation online at https://docs.laminas.dev/laminas-modulemanager/
## Support
* [Issues](https://github.com/laminas/laminas-modulemanager/issues/)
* [Chat](https://laminas.dev/chat/)
* [Forum](https://discourse.laminas.dev/)