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

symfony/http-client-contracts

Generic abstractions related to HTTP clients observed · 2026-08-28

github.com/symfony/http-client-contracts · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 96
  • Release rhythm 78
  • 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: 52
  • age_days: 2655
  • days_rel: 67
  • days_push: 29
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1972 stars · 0 forks observed · 2026-08-28

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

A set of PHP interfaces and abstractions for HTTP clients, extracted from the Symfony components. It lets libraries depend on stable, battle-tested contracts rather than concrete HTTP client implementations.

Use cases

  • decouple my library from a specific http client implementation
  • type-hint against a standard http client interface in php
  • make my package interoperable with symfony http clients
  • swap http clients without changing consuming code
  • define a contract for http client implementations

When to choose

  • you are building a PHP library that needs to make HTTP requests without hard-coding a client
  • you want interoperability with the Symfony ecosystem
  • you need stable interfaces to mock in tests

When to avoid

  • you just need an actual HTTP client to send requests - use symfony/http-client or Guzzle instead
  • your project does not use PHP

Facets

library · maturity stable

http-client sdk developer-tools web-development backend apis developer-tools php cross-platform symfony-contracts interfaces abstractions decoupling interoperability

6 sources

Member repositories

RepositoryRoleHealth v2
symfony/http-client-contractsmain90

For agents

markdown · JSON · MCP: product_card(name="symfony/http-client-contracts")

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