eonx-com/easy-event-dispatcher
Framework agnostic event dispatcher
Maintainers
6.22.5
2026-06-16 12:01 UTC
Requires
- php: ^8.2
- symfony/dependency-injection: ^7.2
- symfony/event-dispatcher-contracts: ^3.5
- symfony/http-kernel: ^7.2
Requires (Dev)
- eonx-com/easy-test: ^6.22.5
- laravel/lumen-framework: ^11.0
- phpunit/phpunit: ^10.5.63|^11.5.50|^12.5.8
- symfony/config: ^7.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 85870675e9ced71abcb27006067d7b014c8ca50b
This package is auto-updated.
Last update: 2026-06-16 12:03:04 UTC
README
---eonx_docs--- title: Introduction weight: 0 ---eonx_docs---
The purpose of this package isn't to be used within a project by the application as there is no point in creating another level of abstraction in that case BUT only to allow eonx-com packages to dispatch events without having to think about the event dispatcher used by each of our projects.
Require package (Composer)
The recommended way to install this package is to use Composer:
$ composer require eonx-com/easy-event-dispatcher
