Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaphyr-org/event-dispatcher
An efficient PSR-14 event dispatcher
https://github.com/zaphyr-org/event-dispatcher
event event-dispatcher psr-14
Last synced: 24 days ago
JSON representation
An efficient PSR-14 event dispatcher
- Host: GitHub
- URL: https://github.com/zaphyr-org/event-dispatcher
- Owner: zaphyr-org
- License: mit
- Created: 2023-10-02T14:32:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-19T13:20:43.000Z (about 1 year ago)
- Last Synced: 2024-12-06T18:50:26.007Z (about 1 month ago)
- Topics: event, event-dispatcher, psr-14
- Language: PHP
- Homepage: https://zaphyr.org/docs/1.x/repositories/event-dispatcher
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![License](https://img.shields.io/github/license/zaphyr-org/event-dispatcher?style=for-the-badge)
![Version](https://img.shields.io/packagist/v/zaphyr-org/event-dispatcher?style=for-the-badge)
![Downloads](https://img.shields.io/packagist/dt/zaphyr-org/event-dispatcher?style=for-the-badge)
![Stars](https://img.shields.io/github/stars/zaphyr-org/event-dispatcher?style=for-the-badge)
![Issues](https://img.shields.io/github/issues/zaphyr-org/event-dispatcher?style=for-the-badge)# Event Dispatcher
An efficient [PSR-14](https://www.php-fig.org/psr/psr-14/) event dispatcher.
## System Requirements
You need `PHP => 8.1.0` but the latest stable version of PHP is recommended.
## Installation
It's recommended that you use [Composer](https://getcomposer.org/) to install the event-dispatcher repository.
```console
composer require zaphyr-org/event-dispatcher
```## Documentation
You can read the full documentation [here](https://zaphyr.org/docs/1.x/repositories/event-dispatcher).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Issues
Bug reports and feature requests can be submitted on the [GitHub Issue Tracker](https://github.com/zaphyr-org/event-dispatcher/issues).
## Security
If you discover security related issues, please email [email protected] **instead of using the issue tracker!**
## Contributing
Please see [CONTRIBUTING](https://zaphyr.org/contributions) for details.
## Code of Conduct
Please see [CODE OF CONDUCT](https://zaphyr.org/contributions#code-of-conduct) for details.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.