A PSR-7/PSR-17/PSR-18 implementation.
See the wiki for advanced documentation. An API documentation created with phpDocumentor can be found at https://chillerlan.github.io/php-httpinterface/ (WIP).
- PHP 8.1+
requires composer
composer.json (note: replace dev-main with a version boundary)
{ "require": { "php": "^8.1", "chillerlan/php-httpinterface": "dev-main" } }Note: replace dev-main with a version constraint, e.g. ^5.0 - see releases for valid versions. In case you want to keep using dev-main, specify the hash of a commit to avoid running into unforseen issues like so: dev-main#8ac7f056ef2d492b0c961da29472c27324218b83
Profit!
Use at your own risk!