Viewing File: /usr/local/cpanel/3rdparty/wp-toolkit/plib/vendor/dispify/event-dispatcher/README.md

[![Build Status](https://travis-ci.org/Dispify/event-dispatcher.svg?branch=master)](https://travis-ci.org/Dispify/event-dispatcher)
[![codecov](https://codecov.io/gh/Dispify/event-dispatcher/branch/master/graph/badge.svg)](https://codecov.io/gh/Dispify/event-dispatcher)
[![GitHub license](https://img.shields.io/github/license/Dispify/event-dispatcher)](https://github.com/Dispify/event-dispatcher/blob/master/LICENSE)

![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/dispify/event-dispatcher)
![PSR-14 Support](https://img.shields.io/badge/psr--14-ok-green)

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:
```shell script
$ composer require dispify/event-dispatcher
```

Features
-
Just [PSR-14](https://www.php-fig.org/psr/psr-14/) functionality.
Back to Directory File Manager