Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (35 loc) · 1.45 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.45 KB

Opis Events

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

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"
    }
}