Download the PHP package programster/async-curl without Composer
On this page you can find all versions of the php package programster/async-curl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download programster/async-curl
More information about programster/async-curl
Files in programster/async-curl
Download programster/async-curl
More information about programster/async-curl
Files in programster/async-curl
Vendor programster
Package async-curl
Short Description A package to make it easier to send curl request asynchronously using [curl_multi_exec](https://secure.php.net/manual/en/function.curl-multi-exec.php).
License MIT
Homepage https://github.com/programster/curl-easier
Package async-curl
Short Description A package to make it easier to send curl request asynchronously using [curl_multi_exec](https://secure.php.net/manual/en/function.curl-multi-exec.php).
License MIT
Homepage https://github.com/programster/curl-easier
Keywords curl
Please rate this library. Is it a good library?
Informations about the package async-curl
Async CURL Package
A package to make it easier to send curl request asynchronously using curl_multi_exec.
Examples
Basic Batch Request
Here we will create 1,000 requests and send them all off. When all the requests have come back, we will process the responses.
Handle Responses Asynchronously As They Come Back
Here we will create a 1,000 requests, but instead of waiting for all the responses to come back before processing them, we will process them immediately. This relies on us creating a "handler" callback that will handle the response.
All versions of async-curl with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7.0.0
The package programster/async-curl contains the following files
Loading the files please wait ....