Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDGHILMPQRSTUVWX
]
php-laminas-eventmanager - Trigger and listen to events within a PHP application
- Website:
- https://github.com/laminas/laminas-eventmanager
- Licence:
- BSD
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- Description:
The laminas-eventmanager is a component designed for the following use cases:
* Implementing simple subject/observer patterns.
* Implementing Aspect-Oriented designs.
* Implementing event-driven architectures.
The basic architecture allows you to attach and detach listeners to named
events, both on a per-instance basis as well as via shared collections;
trigger events; and interrupt execution of listeners.
Documentation: https://docs.laminas.dev/laminas-eventmanager/
Packages
php-laminas-eventmanager-3.5.0-1.fc34.remi.noarch
|
[31 KiB]
|
Changelog by Remi Collet (2022-04-07):
- update to 3.5.0
- raise dependency on PHP 7.4
- switch from container-interop/container-interop to psr/container
|
php-laminas-eventmanager-3.4.0-1.fc34.remi.noarch
|
[29 KiB]
|
Changelog by Remi Collet (2021-09-08):
- update to 3.4.0
- keep compatibility using laminas-zendframework-bridge
as this is only used using compat autolader
- raise dependency on zend-stdlib >= 3.6
- switch to phpunit9
|