php-laminas-eventmanager - Trigger and listen to events within a PHP application
- Website:
- https://github.com/laminas/laminas-eventmanager
- Licence:
- BSD-3-Clause
- 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.10.0-1.remi.src | [100 KiB] |
Changelog by Remi Collet (2023-01-12):
- update to 3.10.0 |
php-laminas-eventmanager-3.9.2-1.remi.src | [103 KiB] |
Changelog by Remi Collet (2022-12-21):
- update to 3.9.2 (no change) |
php-laminas-eventmanager-3.9.0-1.remi.src | [95 KiB] |
Changelog by Remi Collet (2022-12-14):
- update to 3.9.0 |
php-laminas-eventmanager-3.8.0-1.remi.src | [93 KiB] |
Changelog by Remi Collet (2022-12-05):
- update to 3.8.0 |
php-laminas-eventmanager-3.7.0-1.remi.src | [93 KiB] |
Changelog by Remi Collet (2022-12-02):
- update to 3.7.0 |
php-laminas-eventmanager-3.6.0-1.remi.src | [93 KiB] |
Changelog by Remi Collet (2022-10-12):
- update to 3.6.0 - raise dependency on PHP 8.0 |
php-laminas-eventmanager-3.5.0-1.remi.src | [87 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.remi.src | [85 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 |