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

Changelog

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

  [ Marco Pivetta ]
  * Remove CHANGELOG.md

  [ David Prévot ]
  * Remove old upstream changelog (the current one has been removed upstream)

 -- David Prévot <email address hidden>  Sun, 15 Jan 2023 08:47:13 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-zend-eventmanager_3.10.0-1.dsc 1.9 KiB b8d2d7ea11d074405aab1ba2006f52b299ceee416165096e4de771cf43920162
php-zend-eventmanager_3.10.0.orig.tar.xz 66.7 KiB 3e53aed70e73803be6bdbe009926819dd15f49bee794224b2b1da862c75adee4
php-zend-eventmanager_3.10.0-1.debian.tar.xz 9.4 KiB 19058a8b15a32db56632763c18d06fe31343ab1935bedce362a35d0809832dde

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.