nategood/httpful
A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL. observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 48
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5355
- days_rel: n/a
- days_push: 313
- n_releases_24m: 0
Adoption not part of the score
1769 stars · 298 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Httpful is a chainable, REST-friendly HTTP client library for PHP 8.0+ that emphasizes readability and simplicity. It provides automatic response parsing, payload serialization, and authentication features as a sane alternative to raw cURL usage.
Use cases
- make http requests in php without curl boilerplate
- call rest apis with automatic json parsing
- send post/put/delete requests with a fluent chainable api
- add basic auth or client certificates to php http requests
- parse api responses as json or xml automatically
When to choose
- you want a simple, readable php http client instead of raw cURL
- you need automatic smart parsing of JSON/XML responses
- you prefer a fluent, chainable request-building api
When to avoid
- you need async/concurrent requests or advanced features like retries and middleware
- your project uses Guzzle or a framework with its own http client
- you need http/2 or multiplexing support
Facets
library · maturity active
http-client serialization auth web-development apis developer-tools php rest-client chainable-api curl-alternative
1 source
- readme: https://github.com/nategood/httpful · fetched 2026-08-28 · 3eba8711fcbd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nategood/httpful | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="nategood/httpful")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem