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

Changelog

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

  [ George Steel ]
  * Cleanup unused code

 -- David Prévot <email address hidden>  Thu, 04 Jan 2024 13:52:53 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-zend-eventmanager_3.13.0-1.dsc 1.9 KiB b55190ba92ec7ccd19c95b1b0abffe96f58a656f9010d5dbb39b828ee2d7c4df
php-zend-eventmanager_3.13.0.orig.tar.xz 65.9 KiB 534dac0bad01627255d7aee6e9cb2bce70209c32acd0a2b7efe30ee30ed7207b
php-zend-eventmanager_3.13.0-1.debian.tar.xz 8.8 KiB 62458e860f49dfe115952704955556f06df539c8f4d3429a01efa151fc0b2e35

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.