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: 8 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T12:01:19.000Z (8 months ago)
- Last Synced: 2025-02-09T12:28:56.771Z (8 months 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




# 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 security@zaphyr.org **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.