Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 940 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 940 Bytes

zend-eventmanager

Build Status Coverage Status

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.