PHP HTTP client development kit for building API clients
APIZ is a PHP HTTP client development kit that provides reusable classes and helpers to build API clients. It supplies request/response class mapping, utilities for form parameters and default headers, and exposes common HTTP methods (GET, POST, PUT, DELETE). The package documents optional integrations with Guzzle and PSR-7 types and is suited for projects that need programmatic API consumption or scaffolding PHP client libraries.
0