isholao/events

PHP Event dispatcher

1.0.0 2017-11-21 05:53 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:32:29 UTC


README

Build Status

Install

To install with composer:

composer require isholao/events

Requires PHP 7.1 or newer.

Usage

Here's a basic usage example:

<?php

require '/path/to/vendor/autoload.php';