Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.