php-zend-eventmanager 3.9.0-1 source package in Ubuntu

Changelog

php-zend-eventmanager (3.9.0-1) unstable; urgency=medium

  [ Laminas Bot ]
  * 3.9.0 readiness

  [ Villermen ]
  * Replace PHPStan annotations with Psalm ones

 -- David Prévot <email address hidden>  Wed, 14 Dec 2022 06:41:36 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-zend-eventmanager_3.9.0-1.dsc 1.9 KiB bafbee1b84735aa79796a83b665b68e49a5cb648085bf07d65b258ab6e996118
php-zend-eventmanager_3.9.0.orig.tar.xz 67.6 KiB c2dbca40d75fd6dfe1549c23251762e0c24449afa876acfdd4557ad48283c3ff
php-zend-eventmanager_3.9.0-1.debian.tar.xz 62.9 KiB 871cccf59d649473a7485164e3da49b86c548ad36f02fce1f9643a0c81d4eebd

Available diffs

No changes file available.

Binary packages built by this source

php-zend-eventmanager: Laminas Project - EventManager component

 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.
 .
 The Laminas Project is a PHP framework for developing web applications and
 services.