opis/events
This package is abandoned and no longer maintained.
No replacement package was suggested.
Opis Events is a library that can be used for dispatching and intercepting events
Maintainers
5.0.0
2018-10-16 12:30 UTC
Requires
- php: ^7.1
- opis/routing: ^5.0
Requires (Dev)
- phpunit/phpunit: ^6.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2021-01-06 11:43:28 UTC
README
👁 Build Status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
Events library
Opis Events is a library that can be used for dispatching and intercepting events.
Documentation
The full documentation for this library can be found here
License
Opis Events is licensed under the Apache License, Version 2.0.
Requirements
- PHP ^7.1
- Opis Routing ^5.0
Installation
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"
}
}
