File: intro.md

package info (click to toggle)
php-zend-eventmanager 3.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 888 kB
  • sloc: php: 3,594; xml: 679; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# The EventManager: Overview

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.