Download the PHP package webservco/http-client without Composer
On this page you can find all versions of the php package webservco/http-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webservco/http-client
More information about webservco/http-client
Files in webservco/http-client
Download webservco/http-client
More information about webservco/http-client
Files in webservco/http-client
Vendor webservco
Package http-client
Short Description A PHP component/library.
License MIT
Homepage https://webserv.co
Package http-client
Short Description A PHP component/library.
License MIT
Homepage https://webserv.co
Please rate this library. Is it a good library?
Informations about the package http-client
webservco/http-client
A minimalist PHP HTTP Client implementation using cURL.
Test project: webservco/http-client-test
Installation
composer.json
:
Usage
PSR-18 HTTP client implementation
- Regular usage (send a request, receive a response);
- Fully PSR compliant (can be used as a drop-in replacement);
Custom multi processing HTTP client implementation
- Use to send multiple requests in parallel via cURL multi handle;
- Custom implementation, though input and output are PSR compliant;
Initialization
CurlServiceInterface
Main service class, needed for any chosen usage.
Dependencies: any PSR-17 implementation can be used.
An example factory using webservco/http
implementation
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
All versions of http-client with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
ext-curl Version *
fig/http-message-util Version ^1
psr/http-client Version ^1
psr/http-factory Version ^1
webservco/log Version ^0
ext-curl Version *
fig/http-message-util Version ^1
psr/http-client Version ^1
psr/http-factory Version ^1
webservco/log Version ^0
The package webservco/http-client contains the following files
Loading the files please wait ....