zendframework/zend-eventmanager

Name: zend-eventmanager

Owner: Zend Framework

Description: Implement event systems, signal slots, intercepting filters, and observers.

Created: 2015-05-08 13:27:57.0

Updated: 2018-01-18 20:42:08.0

Pushed: 2018-01-17 14:44:10.0

Homepage: https://zendframework.github.io/zend-eventmanager/

Size: 2667

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

zend-eventmanager

Build Status Coverage Status

zend-eventmanager is designed for the following use cases:

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.

For migration from version 2 to version 3, please read the migration documentation.

Benchmarks

We provide scripts for benchmarking zend-eventmanager using the Athletic framework; these can be found in the benchmarks/ directory.

To execute the benchmarks you can run the following command:

ndor/bin/athletic -p benchmarks

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.