Skip to content

php-http/httplug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

37819ce · Sep 23, 2024
Sep 23, 2024
Apr 11, 2023
Mar 15, 2024
Dec 14, 2015
Jul 13, 2020
Feb 17, 2022
Sep 23, 2024
Dec 14, 2015
Sep 23, 2024
Jan 1, 2017
Apr 14, 2023
Apr 14, 2023
Dec 17, 2019
Dec 14, 2015
Feb 17, 2022
Jul 13, 2020
Jan 7, 2016

Repository files navigation

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.