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

reactphp/promise

Promises/A implementation for PHP. observed · 2026-08-28

github.com/reactphp/promise · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

61/100

  • Activity 81
  • Release rhythm 12
  • 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: 5061
  • days_rel: 379
  • days_push: 115
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2458 stars · 149 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A lightweight implementation of CommonJS Promises/A for PHP, providing Deferred and Promise abstractions for representing pending asynchronous computations. It includes utilities like all(), race(), and any() for combining and managing collections of promises.

Use cases

  • handle async results in PHP without callbacks nesting
  • combine multiple async operations with all() or race()
  • write promise-based async PHP code
  • manage deferred computations in event-driven PHP applications
  • avoid callback hell in ReactPHP applications

When to choose

  • you're building async PHP apps, especially with ReactPHP
  • you need a battle-tested, production-ready Promises/A implementation
  • you want to compose concurrent operations with all/race/any combinators

When to avoid

  • your codebase is fully synchronous with no async needs
  • you're using PHP with native fibers/async solutions that don't interop with promises

Facets

library · maturity stable

concurrency developer-tools developer-tools web-development backend php cross-platform promises async deferred reactphp commonjs-promises-a

4 sources

Member repositories

RepositoryRoleHealth v2
reactphp/promisemain61

For agents

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

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