captaincore-manager/vendor/php-http/httplug
2024-02-13 18:41:18 -05:00
..
src 👌 IMPROVE: Remove Mailgun package 2024-02-13 18:41:18 -05:00
.php-cs-fixer.dist.php 👌 IMPROVE: Remove and updated composer packages 2024-02-11 08:52:34 -05:00
CHANGELOG.md 👌 IMPROVE: Remove Mailgun package 2024-02-13 18:41:18 -05:00
composer.json 👌 IMPROVE: Remove Mailgun package 2024-02-13 18:41:18 -05:00
LICENSE 📦 NEW: Mailgun PHP client 2020-01-29 13:22:09 -05:00
puli.json 📦 NEW: Mailgun PHP client 2020-01-29 13:22:09 -05:00
README.md 👌 IMPROVE: Remove Mailgun package 2024-02-13 18:41:18 -05: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 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.