kitetail/zttp
A developer-experience focused HTTP client, optimized for most common use cases. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 3387
- days_rel: n/a
- days_push: 1847
- n_releases_24m: 0
Adoption not part of the score
1667 stars · 117 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Zttp is a PHP library that wraps Guzzle to provide a simpler, more pleasant developer experience for making HTTP requests. It offers a fluent API for common use cases like sending JSON requests, adding headers, and parsing responses.
Use cases
- make simple http requests in php
- send post requests with headers
- get responses from an api
- wrap guzzle with a nicer api
- check http response status codes easily
When to choose
- you want a simple, readable http client for common requests in php
- you find guzzle's api too verbose for basic use cases
When to avoid
- you need advanced http client features like async promises, middleware, or streaming
- you are starting a new project - consider Laravel's HTTP client or Guzzle directly, as this project is no longer actively developed
Facets
library · maturity maintenance
http-client web-development developer-tools apis php guzzle-wrapper developer-experience http-requests
1 source
- readme: https://github.com/kitetail/zttp · fetched 2026-08-28 · f0a0704d9a58
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kitetail/zttp | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem