kriswallsmith/Buzz
PHP's lightweight HTTP client observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 82
- Release rhythm 52
- 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: 598
- age_days: 6064
- days_rel: 110
- days_push: 110
- n_releases_24m: 2
Adoption not part of the score
1916 stars · 248 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Buzz is a lightweight PHP HTTP client library for issuing HTTP requests, offering FileGetContents, Curl, and MultiCurl clients with PSR-7/PSR-17 support. The MultiCurl client adds batch requests and HTTP/2 server push.
Use cases
- make http requests from php
- call rest apis in php
- send concurrent batch http requests
- use psr-7 http client with curl
- leverage http2 server push in php
When to choose
- you need a small, PSR-7/PSR-17 compliant PHP HTTP client
- you want batched requests or HTTP/2 server push via curl
- you prefer a minimal library under 1000 lines of code
When to avoid
- you need a full-featured client like Guzzle with extensive middleware ecosystem
- your project is not PHP
- you need async promises beyond MultiCurl batching
Facets
library · maturity stable
http-client web-development apis php psr-7 psr-17 curl http2-server-push lightweight
1 source
- readme: https://github.com/kriswallsmith/Buzz · fetched 2026-08-28 · efa2d67de30a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kriswallsmith/Buzz | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="kriswallsmith/Buzz")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem