# kitetail/zttp

A developer-experience focused HTTP client, optimized for most common use cases.

Repository: https://github.com/kitetail/zttp
Canonical: https://ross.abutalabs.com/products/zttp
Language: PHP
License: MIT
License Family: permissive
Last push: 2021-08-12T14:53:40+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3387, "days_push": 1847, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1667, forks 117 (observed 2026-08-28T04:05:19.669796+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: http-client
- domain: web-development, developer-tools, apis
- platform: php
- tags: guzzle-wrapper, developer-experience, http-requests

## Member repositories
- kitetail/zttp (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:19.669796+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-30T03:42:53.436839+00:00, confidence not recorded.
  - readme: https://github.com/kitetail/zttp (fetched 2026-08-28T04:05:19.669796+00:00, sha f0a0704d9a58)
- Data as of 2026-08-30T08:39:29.467469+00:00.
