zellien/event-dispatcher

Simple implementation of the event dispatcher.

1.0.0 2020-04-08 10:35 UTC

This package is auto-updated.

Last update: 2024-04-08 19:34:40 UTC


README

Simple implementation of the event dispatcher.

Installation

In the "repositories" section you need to add the code:

{"type": "git", "url" : "https://github.com/zellien/event-dispatcher"}

In the "require" section you need to add the code:

{"zellien/event-dispatcher": "master"}

After you need to run the command:

composer update