php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

Multi Curl #33

Closed ghost closed 2 years ago

ghost commented 7 years ago

Does this support multi curl? (Asynchronous)

halfer commented 7 years ago

There is no sign of curl_multi_exec() in the main class, so I would guess no. However, you could extend the main class and add your own methods to do that.

nadar commented 2 years ago

AFAIK this library is not intended to support multiple curl calls.