https://github.com/php-fig/event-dispatcher-util
https://github.com/php-fig/event-dispatcher-util
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-fig/event-dispatcher-util
- Owner: php-fig
- License: mit
- Created: 2018-08-17T14:54:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T13:50:43.000Z (over 2 years ago)
- Last Synced: 2025-05-30T17:02:33.661Z (9 months ago)
- Language: PHP
- Size: 43 KB
- Stars: 26
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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