php-http/httplug

HTTPlug, the HTTP client abstraction for PHP

Installs: 195 647 089

Dependents: 695

Suggesters: 13

Security: 0

Stars: 2 538

Watchers: 34

Forks: 37

Open Issues: 1

2.4.0 2023-04-14 15:10 UTC

This package is auto-updated.

Last update: 2024-04-15 16:27:42 UTC


README

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.