Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

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

License

NotificationsYou must be signed in to change notification settings

zendframework/zend-eventmanager

Repository files navigation

Repository abandoned 2019-12-31

This repository has moved tolaminas/laminas-eventmanager.

Build StatusCoverage Status

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.

For migration from version 2 to version 3, pleaseread the migrationdocumentation.

Benchmarks

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

Stars

Watchers

Forks

Packages

No packages published

Contributors86


[8]ページ先頭

©2009-2025 Movatter.jp