Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phly/phly-event-dispatcher
Experimental PSR-14 implementation, tracking the specification.
https://github.com/phly/phly-event-dispatcher
events php php72 psr-11 psr-14
Last synced: 26 days ago
JSON representation
Experimental PSR-14 implementation, tracking the specification.
- Host: GitHub
- URL: https://github.com/phly/phly-event-dispatcher
- Owner: phly
- License: bsd-3-clause
- Created: 2018-08-15T15:41:14.000Z (about 6 years ago)
- Default Branch: 1.4.x
- Last Pushed: 2024-01-30T22:00:50.000Z (9 months ago)
- Last Synced: 2024-09-29T19:41:58.179Z (about 1 month ago)
- Topics: events, php, php72, psr-11, psr-14
- Language: PHP
- Homepage:
- Size: 137 KB
- Stars: 24
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Support: docs/SUPPORT.md
Awesome Lists containing this project
README
# event-dispatcher
[![Build Status](https://github.com/phly/phly-event-dispatcher/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/phly/phly-event-dispatcher/actions/workflows/continuous-integration.yml)
This library provides an implementation of [PSR-14 (Event Dispatcher)](https://www.php-fig.org/psr/psr-14/).
## Installation
Run the following to install this library:
```bash
$ composer require phly/phly-event-dispatcher
```## Documentation
Documentation is available in the [docs/book/](docs/book/) tree.