decodelabs / impulse
PSR-14 compatible event hook system
v0.2.5
2024-08-22 03:04 UTC
Requires
- php: ^8.1
- decodelabs/archetype: ^0.3.6
- decodelabs/exceptional: ^0.4.5
- decodelabs/slingshot: ^0.1.9
- decodelabs/veneer: ^0.11.6
- psr/event-dispatcher: ^1
Requires (Dev)
- decodelabs/atlas: ^0.12
- decodelabs/genesis: ^0.9
- decodelabs/phpstan-decodelabs: ^0.6.8
Suggests
- decodelabs/atlas: Enable hook map caching
- decodelabs/genesis: Enable hook map caching
Provides
README
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.