- Notifications
You must be signed in to change notification settings - Fork60
Implement event systems, signal slots, intercepting filters, and observers.
License
zendframework/zend-eventmanager
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository has moved tolaminas/laminas-eventmanager.
zend-eventmanager is 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.
- File issues athttps://github.com/zendframework/zend-eventmanager/issues
- Documentation is athttps://zendframework.github.io/zend-eventmanager/
For migration from version 2 to version 3, pleaseread the migrationdocumentation.
We provide scripts for benchmarking zend-eventmanager using theAthletic framework; these can befound in thebenchmarks/ directory.
To execute the benchmarks you can run the following command:
$ vendor/bin/athletic -p benchmarks
About
Implement event systems, signal slots, intercepting filters, and observers.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.