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

reactphp/reactphp

Event-driven, non-blocking I/O with PHP. observed · 2026-08-28

github.com/reactphp/reactphp · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
reactphp/reactphpmain23

For agents

markdown · JSON · MCP: product_card(name="reactphp/reactphp")

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