reactphp/reactphp
Event-driven, non-blocking I/O with PHP. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- days_push: 646
- n_releases_24m: 0
Adoption not part of the score
9091 stars · 712 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ReactPHP is a low-level PHP library for event-driven, non-blocking I/O built around a core event loop (reactor pattern). It provides reusable components including streams, async DNS resolution, TCP/UDP sockets, HTTP client/server, promises, and process interaction for building concurrent network applications.
Use cases
- build an async http server in php without a web server
- handle thousands of concurrent tcp connections in php
- make concurrent non-blocking http requests from php
- run long-running php processes with an event loop
- stream large files without loading them into memory
- write async php code with promises and fibers
- build a udp datagram client or server in php
When to choose
- you need high-concurrency network servers or clients in PHP
- you want non-blocking I/O for long-running PHP applications
- you need streaming processing of large data in small chunks
- you want a Node.js-style async programming model in PHP
When to avoid
- your app is a typical short-lived request/response PHP web app under Apache/nginx
- you need to run blocking legacy libraries that can't be made async
- your team is unfamiliar with event-driven programming and deadlines are tight
Facets
library · maturity stable
http-server http-client websocket concurrency networking streaming middleware web-development backend developer-tools networking php windows cross-platform cli event-loop async non-blocking-io reactor-pattern promises fibers tcp udp dns-resolver long-running-processes real-time linux macos
10 sources
- readme: https://github.com/reactphp/reactphp · fetched 2026-08-28 · c0a556265efe
- homepage: https://reactphp.org · fetched 2026-08-29 · 1980b31fe979
- site_page: https://reactphp.org/changelog.html · fetched 2026-08-29 · accf57fc05ce
- site_page: https://reactphp.org/event-loop · fetched 2026-08-29 · 71fa26ea922a
- site_page: https://reactphp.org/stream · fetched 2026-08-29 · 5cfe870b06b6
- site_page: https://reactphp.org/promise · fetched 2026-08-29 · 43bac1362b41
- site_page: https://reactphp.org/async · fetched 2026-08-29 · fcc93d7deea9
- site_page: https://reactphp.org/socket · fetched 2026-08-29 · 733dc1715726
- site_page: https://reactphp.org/datagram · fetched 2026-08-29 · b08870ce2aca
- site_page: https://reactphp.org/http · fetched 2026-08-29 · d4f67ecfdff1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reactphp/reactphp | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="reactphp/reactphp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem