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

symfony/http-client

Provides powerful methods to fetch HTTP resources synchronously or asynchronously observed · 2026-08-28

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

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • 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: 0
  • age_days: 2736
  • days_rel: 11
  • days_push: 8
  • n_releases_24m: 92

Full methodology

Adoption not part of the score

2030 stars · 53 forks observed · 2026-08-28

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

Symfony HttpClient is a PHP component providing a low-level HTTP client with support for both PHP stream wrappers and cURL. It fetches HTTP resources synchronously or asynchronously, with features like concurrent requests, streaming responses, retries, and SSRF protection.

Use cases

  • make http requests in php
  • consume rest apis from php
  • fetch urls asynchronously
  • send concurrent http requests
  • stream large http responses
  • retry failed http requests
  • consume server-sent events in php

When to choose

  • you're building a PHP or Symfony app that calls external APIs
  • you need async or concurrent HTTP requests with multiplexing
  • you want PSR-18/HTTPlug interoperability with built-in testing tools

When to avoid

  • you're not working in PHP
  • you need a full-featured GUI HTTP client like Postman
  • your framework already mandates a different HTTP client

Facets

library · maturity stable

http-client web-development backend apis developer-tools php symfony-component async-http curl psr-18 http2 streaming

7 sources

Member repositories

RepositoryRoleHealth v2
symfony/http-clientmain95

For agents

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

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