rinu / multi-curl
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rinu/multi-curl
Requires
- php: >=7.4
- ext-curl: *
This package is auto-updated.
Last update: 2025-09-29 01:47:05 UTC
README
The MultiCurl class allows you to execute arbitrary code while waiting for responses.
Code can run between reading responses or before the first response.
Usage
For examples, see example.php
and example-callback.php
To run the examples, run composer install
.
Make public/sleep.php
available via your web server and change the URL in bootstrap.php
Installation
This package can be installed via composer composer require rinu/multi-curl