thephpleague/event
Event package for your app and domain observed · 2026-08-28
Health v2 · maintenance only
37/100
- Activity 11
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4486
- days_rel: n/a
- days_push: 537
- n_releases_24m: 0
Adoption not part of the score
1571 stars · 49 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
League\Event is a PHP library for adding event-driven behavior to applications and domain models. It provides event dispatching, listeners, and emitter abstractions as part of The League of Extraordinary Packages.
Use cases
- dispatch domain events in a PHP application
- decouple components with an event emitter
- register listeners for application events
- implement observer pattern in PHP
- trigger side effects when domain actions occur
- build event-driven architecture in PHP
When to choose
- you need a lightweight, well-maintained event dispatcher for PHP
- you want PSR-friendly domain event handling without a full framework
- you prefer small composable League packages
When to avoid
- you need asynchronous or queued event processing
- your framework already ships a full-featured event system you're happy with
- you need message-broker-backed pub/sub across services
Facets
library · maturity stable
middleware developer-tools web-development backend developer-tools php event-dispatcher event-driven pubsub domain-events observer-pattern league-packages
2 sources
- readme: https://github.com/thephpleague/event · fetched 2026-08-28 · f355addc77ac
- homepage: https://event.thephpleague.com · fetched 2026-08-29 · 617d3df86d2d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| thephpleague/event | main | 37 |
For agents
markdown · JSON · MCP: product_card(name="thephpleague/event")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem