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

Changelog

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

  [ Matthew Weier O'Phinney ]
  * Prepares for 3.2.0 release

  [ David Prévot ]
  * Update Standards-Version to 4.0.0

 -- David Prévot <email address hidden>  Thu, 03 Aug 2017 20:58:44 -0400

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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-zend-eventmanager_3.2.0-1.dsc 1.7 KiB 57926523f060f18cbcb5423542cb59f56e296264ef339342ff13abfaa5790353
php-zend-eventmanager_3.2.0.orig.tar.gz 20.9 KiB 9b06809685b6b6270abff6b6a76ac4a2a9c0484b7fc8d2eae8ab2852d53d2148
php-zend-eventmanager_3.2.0-1.debian.tar.xz 57.6 KiB 43dd169bb7265a67fa5f9067c4f83ee1718529f959d0da1467a8eb6fe9cd3fbf

Available diffs

No changes file available.

Binary packages built by this source

php-zend-eventmanager: Zend Framework - EventManager component

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