wishthis/vendor/php-http/httplug
2022-02-23 17:41:13 +01:00
..
src Update dependencies 2022-02-23 17:41:13 +01:00
.php-cs-fixer.dist.php Update dependencies 2022-02-23 17:41:13 +01:00
CHANGELOG.md Update dependencies 2022-02-23 17:41:13 +01:00
composer.json Install github api 2022-01-21 09:23:52 +01:00
LICENSE Install github api 2022-01-21 09:23:52 +01:00
puli.json Install github api 2022-01-21 09:23:52 +01:00
README.md Update dependencies 2022-02-23 17:41:13 +01:00

HTTPlug

Latest Version Software License Build Status Code Coverage Quality Score Total Downloads

Email

HTTPlug, the HTTP client abstraction for PHP.

Intro

HTTP client standard built on PSR-7 HTTP messages. The HTTPlug client interface is compatible with the official standard for the HTTP client interface, PSR-18. HTTPlug adds an interface for asynchronous HTTP requests, which PSR-18 does not cover.

Since HTTPlug has already been widely adopted and a whole ecosystem has been built around it, we will keep maintaining this package for the time being. HTTPlug 2.0 and newer extend the PSR-18 interface to allow for a convenient migration path.

New client implementations and consumers should use the PSR-18 interfaces directly. In the long term, we expect PSR-18 to completely replace the need for HTTPlug.

History

HTTPlug is the official successor of the ivory http adapter. HTTPlug is a predecessor of PSR-18

Install

Via Composer

$ composer require php-http/httplug

Documentation

Please see the official documentation.

Testing

$ composer test

License

The MIT License (MIT). Please see License File for more information.