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

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: 5 months ago
JSON representation

An efficient PSR-14 event dispatcher.

Awesome Lists containing this project

README

          

![License](https://img.shields.io/github/license/zaphyr-org/event-dispatcher)
![Version](https://img.shields.io/packagist/v/zaphyr-org/event-dispatcher)
![Issues](https://img.shields.io/github/issues/zaphyr-org/event-dispatcher)
![Tests](https://github.com/zaphyr-org/event-dispatcher/actions/workflows/tests.yml/badge.svg)
[![Codecov](https://codecov.io/gh/zaphyr-org/event-dispatcher/graph/badge.svg?token=2STP40KC71)](https://codecov.io/gh/zaphyr-org/event-dispatcher)

# Event Dispatcher

An efficient [PSR-14](https://www.php-fig.org/psr/psr-14/) event dispatcher.

## System Requirements

You need `PHP => 8.1` but the latest stable version of PHP is recommended.

This package is continuously tested on the following PHP versions:

- PHP 8.1
- PHP 8.2
- PHP 8.3
- PHP 8.4
- PHP 8.5

## 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/repositories/latest/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.