# guzzle/guzzle

Guzzle, an extensible PHP HTTP client

Repository: https://github.com/guzzle/guzzle
Canonical: https://ross.abutalabs.com/products/guzzle
Language: PHP
License: MIT
License Family: permissive
Topics: guzzle, psr-7, httpclient, curl, webservices, php, http-client, requests
Last push: 2026-08-24T17:12:24+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 5665, "days_push": 9, "days_rel": 9, "gap_med": 1.5, "n_releases_24m": 33}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 23457, forks 2394 (observed 2026-08-28T04:11:34.958289+00:00)

## What it is
Guzzle is an extensible PHP HTTP client for sending HTTP requests and integrating with web services. It supports synchronous and asynchronous requests, PSR-7/PSR-18 interoperability, and a composable middleware system.

## Use cases
- call REST APIs from PHP
- send HTTP requests with cookies and JSON
- stream large file uploads and downloads
- make asynchronous HTTP requests in PHP
- build a client for a third-party web service
- add custom middleware to HTTP requests

## When to choose
- you need a mature, widely-adopted PHP HTTP client
- you want PSR-7/PSR-18 interoperability
- you need async and sync requests through one interface
- you want transport-agnostic code (cURL, streams, etc.)

## When to avoid
- you are not working in PHP
- you need a full browser-like scraping engine with JavaScript rendering
- you want a zero-dependency minimal HTTP wrapper

## Facets
- artifact type: library
- maturity: stable
- function: http-client, middleware, web-scraping
- domain: web-development, backend, apis, developer-tools
- platform: php, cross-platform
- tags: psr-7, psr-18, curl, async-requests, composer, rest-client

## Member repositories
- guzzle/guzzle (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:34.958289+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:56:27.992155+00:00, confidence not recorded.
  - readme: https://github.com/guzzle/guzzle (fetched 2026-08-28T04:11:34.958289+00:00, sha 7a1a0920448c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
