https://github.com/polderknowledge/zend-modulemanager
A module manager for Zend Framework which can be used to create configs per domain.
https://github.com/polderknowledge/zend-modulemanager
cli config console domain httpd modulemanager php zend zend-framework
Last synced: about 2 months ago
JSON representation
A module manager for Zend Framework which can be used to create configs per domain.
- Host: GitHub
- URL: https://github.com/polderknowledge/zend-modulemanager
- Owner: polderknowledge
- License: mit
- Created: 2016-12-09T13:29:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T09:13:36.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T06:08:12.483Z (3 months ago)
- Topics: cli, config, console, domain, httpd, modulemanager, php, zend, zend-framework
- Language: PHP
- Homepage: https://polderknowledge.com
- Size: 562 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zend-modulemanager
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]A module manager for Zend Framework which can be used to create configs per domain.
## Install
Via Composer
``` bash
$ composer require polderknowledge/zend-modulemanager
```## Usage
Please read the documentation for this package for a quick setup.
## Change log
The change log is updated in the releases section of Github.
## Testing
Run PHPUnit to test this library.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please report them via [HackerOne](https://hackerone.com/polderknowledge)
instead of using the issue tracker or e-mail.## Community
We have an IRC channel where you can find us every now and then. We're on the Freenode network in the
channel #polderknowledge.## Credits
- [Polder Knowledge][link-author]
- [Justin Verweel](https://github.com/JustInVTime)
- [All Contributors][link-contributors]## License
Please see [LICENSE.md][link-license] for the license of this application.
[ico-version]: https://img.shields.io/packagist/v/polderknowledge/zend-modulemanager.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/polderknowledge/zend-modulemanager/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/polderknowledge/zend-modulemanager.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/polderknowledge/zend-modulemanager.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/polderknowledge/zend-modulemanager.svg?style=flat-square[link-packagist]: https://packagist.org/packages/polderknowledge/zend-modulemanager
[link-travis]: https://travis-ci.org/polderknowledge/zend-modulemanager
[link-scrutinizer]: https://scrutinizer-ci.com/g/polderknowledge/zend-modulemanager/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/polderknowledge/zend-modulemanager
[link-downloads]: https://packagist.org/packages/polderknowledge/zend-modulemanager
[link-author]: https://polderknowledge.com
[link-contributors]: ../../contributors
[link-license]: LICENSE.md