symfony/event-dispatcher-contracts
Generic abstractions related to dispatching event observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 89
- Release rhythm 78
- Longevity 100
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: 52
- age_days: 2655
- days_rel: 67
- days_push: 67
- n_releases_24m: 2
Adoption not part of the score
3413 stars · 3 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A set of PHP interfaces and abstractions for event dispatching, extracted from the Symfony framework. It lets libraries and applications depend on stable, battle-tested contracts for dispatching and handling events without coupling to a concrete implementation.
Use cases
- decouple event dispatching from a concrete implementation
- type-hint against event dispatcher interfaces in a PHP library
- make a package interoperable with Symfony EventDispatcher
- define event subscriber contracts for third-party bundles
- swap event dispatcher implementations without changing consuming code
When to choose
- you are building a PHP library that should work with or without Symfony's concrete EventDispatcher
- you want stable interfaces for event dispatching to decouple components
- you are writing a Symfony bundle or component that must interoperate with the wider ecosystem
When to avoid
- you need an actual working event dispatcher implementation rather than just interfaces
- your project does not use PHP
- you want a framework-agnostic event system with its own semantics rather than Symfony's
Facets
library · maturity stable
middleware plugin-system developer-tools web-development backend developer-tools apis php event-dispatcher abstractions interfaces decoupling interoperability symfony-contracts psr-style
6 sources
- readme: https://github.com/symfony/event-dispatcher-contracts · fetched 2026-08-28 · 630d46a66a6b
- homepage: https://symfony.com · fetched 2026-08-29 · 68595089eb73
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/contributing/community/releases.html · fetched 2026-08-29 · 2aea749d84dd
- site_page: https://symfony.com/releases · fetched 2026-08-29 · 2fd410222cfe
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · 98212d5a6d55
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/event-dispatcher-contracts | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="symfony/event-dispatcher-contracts")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem