Opis Events is a library that can be used for dispatching and intercepting events.
The full documentation for this library can be found here
Opis Events is licensed under the Apache License, Version 2.0.
- PHP ^7.1
- Opis Routing ^5.0
Opis Events is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/events
Or you could directly reference it into your composer.json
file as a dependency
{
"require": {
"opis/events": "^5.0"
}
}