Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-laminas-eventmanager-3.10.0-1.el7.remi RPM for noarch

From Remi's RPM for RedHat EL 7 for armhfp

Name: php-laminas-eventmanager Distribution: Unknown
Version: 3.10.0 Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Release: 1.el7.remi Build date: Thu Jan 12 09:08:12 2023
Group: Unspecified Build host: builder.remirepo.net
Size: 70303 Source RPM: php-laminas-eventmanager-3.10.0-1.el7.remi.src.rpm
Packager: Remi Collet
Url: https://github.com/laminas/laminas-eventmanager
Summary: Trigger and listen to events within a PHP application
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/

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Jan 12 2023 Remi Collet <remi@remirepo.net> - 3.10.0-1
  - update to 3.10.0
* Wed Dec 21 2022 Remi Collet <remi@remirepo.net> - 3.9.2-1
  - update to 3.9.2 (no change)
* Wed Dec 14 2022 Remi Collet <remi@remirepo.net> - 3.9.0-1
  - update to 3.9.0
* Mon Dec 05 2022 Remi Collet <remi@remirepo.net> - 3.8.0-1
  - update to 3.8.0
* Fri Dec 02 2022 Remi Collet <remi@remirepo.net> - 3.7.0-1
  - update to 3.7.0
* Wed Oct 12 2022 Remi Collet <remi@remirepo.net> - 3.6.0-1
  - update to 3.6.0
  - raise dependency on PHP 8.0
* Thu Apr 07 2022 Remi Collet <remi@remirepo.net> - 3.5.0-1
  - update to 3.5.0
  - raise dependency on PHP 7.4
  - switch from container-interop/container-interop to psr/container
* Wed Sep 08 2021 Remi Collet <remi@remirepo.net> - 3.4.0-1
  - 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
* Tue Mar 09 2021 Remi Collet <remi@remirepo.net> - 3.3.1-1
  - update to 3.3.1 (no change)
* Tue Aug 25 2020 Remi Collet <remi@remirepo.net> - 3.3.0-1
  - update to 3.3.0
  - raise dependency on PHP 7.3
  - switch to phpunit 8.5
* 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
* Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 3.2.1-1
  - update to 3.2.1 (no change)
  - switch to phpunit6 or phpunit7
* Thu Nov 23 2017 Remi Collet <remi@fedoraproject.org> - 3.2.0-3
  - switch from zend-loader to fedora/autoloader
* Wed Jul 12 2017 Remi Collet <remi@remirepo.net> - 3.2.0-1
  - Update to 3.2.0
  - use phpunit6 on F26+
* Tue Dec 20 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-1
  - update to 3.1.0
  - raise dependency on PHP 5.6
* Wed Jun 29 2016 Remi Collet <remi@fedoraproject.org> - 3.0.1-1
  - update to 3.0.1 for ZendFramework 3
  - dependency on zend-stdlib is optional
* Fri Feb 19 2016 Remi Collet <remi@fedoraproject.org> - 2.6.3-1
  - update to 2.6.3
  - raise dependency on zend-stdlib >= 2.7
* Thu Jan 28 2016 Remi Collet <remi@fedoraproject.org> - 2.6.2-1
  - update to 2.6.2
* Tue Aug 04 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1
  - initial package

Files

/usr/share/doc/php-laminas-eventmanager-3.10.0
/usr/share/doc/php-laminas-eventmanager-3.10.0/COPYRIGHT.md
/usr/share/doc/php-laminas-eventmanager-3.10.0/README.md
/usr/share/doc/php-laminas-eventmanager-3.10.0/composer.json
/usr/share/licenses/php-laminas-eventmanager-3.10.0
/usr/share/licenses/php-laminas-eventmanager-3.10.0/LICENSE
/usr/share/php/Laminas/EventManager
/usr/share/php/Laminas/EventManager/AbstractListenerAggregate.php
/usr/share/php/Laminas/EventManager/Event.php
/usr/share/php/Laminas/EventManager/EventInterface.php
/usr/share/php/Laminas/EventManager/EventManager.php
/usr/share/php/Laminas/EventManager/EventManagerAwareInterface.php
/usr/share/php/Laminas/EventManager/EventManagerAwareTrait.php
/usr/share/php/Laminas/EventManager/EventManagerInterface.php
/usr/share/php/Laminas/EventManager/EventsCapableInterface.php
/usr/share/php/Laminas/EventManager/Exception
/usr/share/php/Laminas/EventManager/Exception/DomainException.php
/usr/share/php/Laminas/EventManager/Exception/ExceptionInterface.php
/usr/share/php/Laminas/EventManager/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/EventManager/Exception/InvalidCallbackException.php
/usr/share/php/Laminas/EventManager/Exception/RuntimeException.php
/usr/share/php/Laminas/EventManager/Filter
/usr/share/php/Laminas/EventManager/Filter/FilterInterface.php
/usr/share/php/Laminas/EventManager/Filter/FilterIterator.php
/usr/share/php/Laminas/EventManager/FilterChain.php
/usr/share/php/Laminas/EventManager/LazyEventListener.php
/usr/share/php/Laminas/EventManager/LazyListener.php
/usr/share/php/Laminas/EventManager/LazyListenerAggregate.php
/usr/share/php/Laminas/EventManager/ListenerAggregateInterface.php
/usr/share/php/Laminas/EventManager/ListenerAggregateTrait.php
/usr/share/php/Laminas/EventManager/ResponseCollection.php
/usr/share/php/Laminas/EventManager/SharedEventManager.php
/usr/share/php/Laminas/EventManager/SharedEventManagerInterface.php
/usr/share/php/Laminas/EventManager/SharedEventsCapableInterface.php
/usr/share/php/Laminas/EventManager/Test
/usr/share/php/Laminas/EventManager/Test/EventListenerIntrospectionTrait.php
/usr/share/php/Laminas/EventManager/autoload.php
/usr/share/php/Zend/EventManager
/usr/share/php/Zend/EventManager/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 05:31:39 2024