Download the PHP package shaggyrec/php-http-client without Composer
On this page you can find all versions of the php package shaggyrec/php-http-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shaggyrec/php-http-client
More information about shaggyrec/php-http-client
Files in shaggyrec/php-http-client
Download shaggyrec/php-http-client
More information about shaggyrec/php-http-client
Files in shaggyrec/php-http-client
Vendor shaggyrec
Package php-http-client
Short Description Client for http requests from the php script
License
Package php-http-client
Short Description Client for http requests from the php script
License
Please rate this library. Is it a good library?
Informations about the package php-http-client
Api client
Api client provide a way to make http request (to rest api, for example) with retrying ability. If response code >= 500, request will be retried several times. First retry in 1 second, second retry in 2 seconds, third retry in 4 seconds and so on, until 256 second limit was reach.
Installation
composer require shaggyrec/php-http-client
Usage
You can use proxy or another options
Tests
./tests/run.sh
All versions of php-http-client with dependencies
PHP Build Version
Package Version
The package shaggyrec/php-http-client contains the following files
Loading the files please wait ....