berlioz / event-manager
PHP event manager/dispatcher, respecting PSR-14 (Event Dispatcher) standard.
v3.2.0
2026-07-02 09:44 UTC
Requires
- php: ^8.2
- psr/event-dispatcher: ^1.0
Requires (Dev)
None
Suggests
None
Provides
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-02 10:21:55 UTC
README
Note
This repository is a read-only split from the main Berlioz Framework repository.
For contributions, issues, or more information, please visit the main Berlioz Framework repository.
Do not open issues or pull requests here.
Berlioz Event Manager is a PHP event manager/dispatcher, respecting PSR-14 (Event Dispatcher) standard.
📖 Full documentation
Installation
You can install Berlioz Event Manager with Composer, it's the recommended installation.
$ composer require berlioz/event-manager
Documentation
For usage and examples, visit the official documentation on getberlioz.com.