Opis Events

Installation, licensing and requirements

This library is abandoned. Please consider using a different library.

Opis Events is library used to dispatch and intercept events.

License

Opis Events is licensed under the Apache License, Version 2.0.

Requirements

Installation

Opis Events is available on Packagist and 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"
    }
}