igorw/evenement
Événement is a very simple event dispatching library for PHP. observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 59
- 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: 5496
- days_rel: n/a
- days_push: 250
- n_releases_24m: 0
Adoption not part of the score
1357 stars · 73 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Événement is a very simple event dispatching library for PHP, inspired by Node.js's EventEmitter API. It lets you register listeners, remove them, and emit events with a minimal, concise API.
Use cases
- add an event emitter to a PHP application
- dispatch custom events and notify listeners
- decouple components with a pub/sub pattern
- hook into lifecycle events like user.created
- implement observer pattern in PHP
When to choose
- you need a lightweight, dependency-free event system in PHP
- you want a Node.js-style EventEmitter API
- you need simple on/emit/removeListener semantics
When to avoid
- you need advanced features like event subscribers, priorities, or propagation stopping (use Symfony EventDispatcher)
- you need asynchronous or queued event processing
- you need PSR-14 compliant event dispatching
Facets
library · maturity stable
middleware developer-tools web-development php event-emitter event-dispatching pubsub observer-pattern
1 source
- readme: https://github.com/igorw/evenement · fetched 2026-08-28 · eba3b0f9575f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| igorw/evenement | main | 59 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem