cms-token/@core/vendor/php-http/httplug
mincreng1 062c41b4d3 Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
..
src Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
.php-cs-fixer.dist.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
CHANGELOG.md Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
LICENSE Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
README.md Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
composer.json Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
puli.json Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00

README.md

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 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.