decodelabs/impulse

PSR-14 compatible event hook system

v0.2.5 2024-08-22 03:04 UTC

This package is auto-updated.

Last update: 2024-09-04 21:19:37 UTC


README

PHP from Packagist Latest Version Total Downloads GitHub Workflow Status PHPStan License

PSR-14 compatible event hook system

Impulse provides an expansive event hook system that obides by the PSR-14 standard. It allows you to dispatch events at both global and local scopes, and provides a number of useful features for managing and manipulating event listeners.

Get news and updates on the DecodeLabs blog.

Installation

Install via Composer:

composer require decodelabs/impulse

Usage

Coming soon...

Licensing

Impulse is licensed under the MIT License. See LICENSE for the full license text.