Ross ROSS = Recommend OSS · open-source software intelligence for agents

doctrine/event-manager

The Doctrine Event Manager is a library that provides a simple event system. observed · 2026-08-28

github.com/doctrine/event-manager · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 87
  • Release rhythm 68
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 11
  • age_days: 3010
  • days_rel: 216
  • days_push: 82
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

6045 stars · 22 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

The Doctrine Event Manager is a small PHP library providing a simple event system for subscribing to and dispatching events. It underpins event handling across various Doctrine projects such as DBAL and ORM.

Use cases

  • add event listeners to php application
  • dispatch and handle custom events in php
  • hook into doctrine dbal or orm lifecycle events
  • implement observer pattern in php
  • decouple components with an event system

When to choose

  • you need a lightweight, battle-tested event system in PHP
  • you are already using Doctrine projects that depend on it
  • you want a minimal pub/sub abstraction without framework lock-in

When to avoid

  • you need a full-featured event dispatcher with priorities and advanced features (consider symfony/event-dispatcher)
  • your framework already provides a built-in event system
  • you are not working in PHP

Facets

library · maturity stable

middleware developer-tools developer-tools backend web-development php event-system event-dispatcher observer-pattern doctrine pubsub

7 sources

Member repositories

RepositoryRoleHealth v2
doctrine/event-managermain83

For agents

markdown · JSON · MCP: product_card(name="doctrine/event-manager")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem