ReactiveX/RxPHP
Reactive extensions for PHP observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 76
- Release rhythm 22
- 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: 400
- age_days: 3875
- days_rel: 310
- days_push: 147
- n_releases_24m: 2
Adoption not part of the score
1732 stars · 139 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RxPHP is the ReactiveX implementation for PHP, providing a library for composing asynchronous and event-based programs using observable streams. It integrates with event loops like ReactPHP and supports interop with ReactPHP promises.
Use cases
- compose asynchronous event-based programs in PHP
- process streams of data with observable sequences
- convert between observables and ReactPHP promises
- handle timers and intervals reactively
- build reactive pipelines over arrays and events
When to choose
- you want ReactiveX-style observable streams in a PHP project
- you already use ReactPHP event loops or promises
- you need composable async/event handling with operators like flatMap and take
When to avoid
- you need high-performance async in a language with better concurrency support
- your project is synchronous and doesn't need event-driven patterns
- you need a maintained, actively developed reactive library for PHP
Facets
library · maturity maintenance
concurrency streaming developer-tools backend php cli reactive-extensions observables reactphp event-loop asynchronous
1 source
- readme: https://github.com/ReactiveX/RxPHP · fetched 2026-08-28 · 2d8487bf77e8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReactiveX/RxPHP | main | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem