HTTP Client interfaces.
Via Composer
$ composer require php-http/clientThis is the contract package for HTTP Client interfacess. PSR-7 does not contain Client interfaces which is fine. However there is still need for HTTP Client interoperability.
These interfaces are mostly used to create adapter packages around existing HTTP Client implementations.
There is also a virtual package which is versioned together with this contract package: php-http/client-implementation.
Please see the official documentation.
$ composer testPlease see CONTRIBUTING for details.
If you discover any security related issues, please contact us at [email protected].
The MIT License (MIT). Please see License File for more information.