Skip to content

A http client wrapper/PSR-7/PSR-17/PSR-18 implementation for PHP 7.4+.

License

Notifications You must be signed in to change notification settings

chillerlan/php-httpinterface

Repository files navigation

chillerlan/php-httpinterface

A PSR-7/PSR-17/PSR-18 implementation for PHP 7.4+.

PHP Version Support version license Coverage Scrunitizer Packagist downloads
Continuous Integration phpDocs

Documentation

See the wiki for advanced documentation. An API documentation created with phpDocumentor can be found at https://chillerlan.github.io/php-httpinterface/ (WIP).

Requirements

Installation

requires composer

composer.json (note: replace dev-main with a version boundary)

{
	"require": {
		"php": "^7.4",
		"chillerlan/php-httpinterface": "dev-main"
	}
}

Profit!

License information

This library contains portions of code (especially tests) from the following libraries: