val e9dd38c3a8 commit fonctionne ou pas ? | 2 years ago | |
---|---|---|
.. | ||
src | 2 years ago | |
CHANGELOG.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
composer.json | 2 years ago | |
puli.json | 2 years ago |
HTTPlug, the HTTP client abstraction for PHP.
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.
HTTPlug is the official successor of the ivory http adapter. HTTPlug is a predecessor of PSR-18
Via Composer
$ composer require php-http/httplug
Please see the official documentation.
$ composer test
The MIT License (MIT). Please see License File for more information.