dispify/event-dispatcher

Lightweight PSR-14 compliant event dispatcher

v1.0.0 2021-03-14 15:43 UTC

This package is auto-updated.

Last update: 2024-04-14 22:28:58 UTC


README

Build Status codecov GitHub license

Packagist PHP Version Support PSR-14 Support

Event Dispatcher

The simple PSR-14 compatible event dispatcher.

It provides tools that allow your application components to communicate with each other by dispatching events and listening to them.

Getting started

Before using Event Dispatcher in your project, add it to your composer.json file:

$ composer require dispify/event-dispatcher

Features

Just PSR-14 functionality.