Files
kulakpos_web/vendor/php-http/httplug
eko54r b5e3a778ce
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
allow vendord
2026-03-30 14:54:57 +07:00
..
2026-03-30 14:54:57 +07:00
2026-03-30 14:54:57 +07:00
2026-03-30 14:54:57 +07:00
2026-03-30 14:54:57 +07:00
2026-03-30 14:54:57 +07:00
2026-03-30 14:54:57 +07:00
2026-03-30 14:54:57 +07: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.