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

https://github.com/php-fig/event-dispatcher-util


https://github.com/php-fig/event-dispatcher-util

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# PSR-14 Event Dispatcher Utility Library

[![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]

This package contains a series of traits and base classes to cover the common, boilerplate portions of implementing a PSR-14-compliant event dispatcher library.

## Install

Via Composer

``` bash
$ composer require fig/event-dispatcher-util
```

## Usage

Coming Soon!

## Testing

``` bash
$ composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover any security related issues, please email one of the current PHP-FIG Secretaries instead of using the issue tracker.

## License

This package is released under the MIT license. Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/Crell/Tukio.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/License-MIT-green.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/Crell/Tukio/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/Crell/Tukio.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/Crell/Tukio.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/Crell/Tukio.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/fig/event-dispatcher-util
[link-travis]: https://travis-ci.org/fig/event-dispatcher-util
[link-scrutinizer]: https://scrutinizer-ci.com/g/fig/event-dispatcher-util/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/fig/event-dispatcher-util
[link-downloads]: https://packagist.org/packages/fig/event-dispatcher-util