isholao/events

PHP Event dispatcher

Maintainers

Package info

github.com/isholao/events

pkg:composer/isholao/events

Statistics

Installs: 34

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2017-11-21 05:53 UTC

This package is not auto-updated.

Last update: 2026-03-29 12:34:23 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';