# kriswallsmith/Buzz

PHP's lightweight HTTP client

Repository: https://github.com/kriswallsmith/Buzz
Canonical: https://ross.abutalabs.com/products/kriswallsmith-buzz
Language: PHP
License: MIT
License Family: permissive
Last push: 2026-05-15T12:03:58+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 82, release rhythm 52, longevity 100
- inputs: {"age_days": 6064, "days_push": 110, "days_rel": 110, "gap_med": 598, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1916, forks 248 (observed 2026-08-28T04:05:53.817873+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: http-client
- domain: web-development, apis
- platform: php
- tags: psr-7, psr-17, curl, http2-server-push, lightweight

## Member repositories
- kriswallsmith/Buzz (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:53.817873+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:10:18.069163+00:00, confidence not recorded.
  - readme: https://github.com/kriswallsmith/Buzz (fetched 2026-08-28T04:05:53.817873+00:00, sha efa2d67de30a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
