You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ztt
dba6406bee
|
5 months ago | |
---|---|---|
.. | ||
src | 5 months ago | |
.php-cs-fixer.dist.php | 5 months ago | |
CHANGELOG.md | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
composer.json | 5 months ago | |
puli.json | 5 months ago |
README.md
HTTPlug
HTTPlug, the HTTP client abstraction for PHP.
Intro
HTTP client standard built on PSR-7 HTTP messages. The HttpAsyncClient defines an asynchronous HTTP client for PHP.
This package also provides a synchronous HttpClient interface with the same method signature as the PSR-18 client. For synchronous requests, we recommend using PSR-18 directly.
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.