reactphp/event-loop
ReactPHP's core reactor event loop that libraries can use for evented I/O. observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 90
- Release rhythm 25
- 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: n/a
- age_days: 5228
- days_rel: 289
- days_push: 63
- n_releases_24m: 1
Adoption not part of the score
1333 stars · 130 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ReactPHP's core reactor event loop providing a common LoopInterface for evented, non-blocking I/O in PHP. It enables interoperable async libraries to share a single loop with timers, stream watchers, ticks, and signal handling.
Use cases
- build an async non-blocking HTTP server in PHP
- run timers and periodic tasks in an event-driven PHP application
- watch streams for readable/writable data without blocking
- share one event loop across multiple async PHP libraries
- handle POSIX signals in a long-running PHP process
- build async network clients and servers on top of a reactor
When to choose
- you are building or using ReactPHP async libraries and need a shared event loop
- you need non-blocking I/O, timers, and signal handling in plain PHP
- you want pluggable loop backends (stream_select, ext-event, ext-ev, ext-uv)
When to avoid
- you are building a simple synchronous PHP application with no concurrency needs
- you prefer a coroutine/fiber-based async model like Amp or native Fibers
- you need a full web framework rather than a low-level event loop component
Facets
library · maturity stable
concurrency networking developer-tools developer-tools backend web-development networking php windows cross-platform event-loop async reactor event-driven non-blocking-io reactphp timers stream-select ext-uv linux macos
4 sources
- readme: https://github.com/reactphp/event-loop · fetched 2026-08-28 · 6be002436ed0
- homepage: https://reactphp.org/event-loop/ · fetched 2026-08-29 · 7ced2f39cf7b
- site_page: https://reactphp.org/changelog.html · fetched 2026-08-29 · accf57fc05ce
- site_page: https://reactphp.org/event-loop/changelog.html · fetched 2026-08-29 · b57b1901e1a0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reactphp/event-loop | main | 69 |
For agents
markdown · JSON · MCP: product_card(name="reactphp/event-loop")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem