php-zend-eventmanager 3.13.0-2 source package in Ubuntu

Changelog

php-zend-eventmanager (3.13.0-2) unstable; urgency=medium

  * Force system dependencies loading

 -- David Prévot <email address hidden>  Wed, 06 Mar 2024 15:32:47 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-zend-eventmanager_3.13.0-2.dsc 1.9 KiB 3dea87f8c68eae8f8d2189e0ef42bef7449447e45a3eebccaa1d4645088835c2
php-zend-eventmanager_3.13.0.orig.tar.xz 65.9 KiB 534dac0bad01627255d7aee6e9cb2bce70209c32acd0a2b7efe30ee30ed7207b
php-zend-eventmanager_3.13.0-2.debian.tar.xz 9.2 KiB 788e5fdae6faa5a034cce719f2edd7c68c33b9e702937919b628b3cca93c9924

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.