Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polderknowledge/phpsettings-module

A Zend Framework module to quickly and easily set PHP settings.
https://github.com/polderknowledge/phpsettings-module

module php settings zf2 zf3

Last synced: about 1 month ago
JSON representation

A Zend Framework module to quickly and easily set PHP settings.

Awesome Lists containing this project

README

        

# phpsettings-module

[![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 Zend Framework module that sets up an event listener in order to set PHP settings in an application.

## Install

Via Composer

``` bash
$ composer require polderknowledge/phpsettings-module
```

## Usage

Please read the documentation for this package for a quick setup.

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Testing

``` bash
$ composer test
```

## 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]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/polderknowledge/phpsettings-module.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/phpsettings-module/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/polderknowledge/phpsettings-module.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/polderknowledge/phpsettings-module.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/polderknowledge/phpsettings-module.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/polderknowledge/phpsettings-module
[link-travis]: https://travis-ci.org/polderknowledge/phpsettings-module
[link-scrutinizer]: https://scrutinizer-ci.com/g/polderknowledge/phpsettings-module/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/polderknowledge/phpsettings-module
[link-downloads]: https://packagist.org/packages/polderknowledge/phpsettings-module
[link-author]: https://github.com/polderknowledge
[link-contributors]: ../../contributors