php-http/httplug
HTTPlug, the HTTP client abstraction for PHP
Maintainers
Requires
- php: ^7.1 || ^8.0
- php-http/promise: ^1.1
- psr/http-client: ^1.0
- psr/http-message: ^1.0 || ^2.0
Requires (Dev)
- friends-of-phpspec/phpspec-code-coverage: ^4.1 || ^5.0 || ^6.0
- phpspec/phpspec: ^5.1 || ^6.0 || ^7.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 5cad731844891a4c282f3f3e1b582c46839d22f4
- Eric GELOEN <geloen.eric.woop@gmail.com>
- Mรกrk Sรกgi-Kazรกr <mark.sagikazar.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-10 18:10:58 UTC
README
๐ Latest Version
๐ Software License
๐ Build Status
๐ Code Coverage
๐ Quality Score
๐ Total Downloads
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.
