Mon, 24 Jun 2024 12:03:18 UTC | login

Information for build php-laminas-eventmanager-3.2.1-4.fc33

ID170693
Package Namephp-laminas-eventmanager
Version3.2.1
Release4.fc33
Epoch
SummaryTrigger and listen to events within a PHP application
DescriptionThe 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/
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 11:42:55 UTC
CompletedThu, 13 Aug 2020 11:42:55 UTC
Tags
f33
RPMs
src
php-laminas-eventmanager-3.2.1-4.fc33.src.rpm (info) (download)
noarch
php-laminas-eventmanager-3.2.1-4.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 3.2.1-2 - cleanup * Tue Jan 07 2020 Remi Collet <remi@remirepo.net> - 3.2.1-1 - switch to Laminas