vuongxuongminh / laravel-async

Package provide simple way to run code asynchronously for your Laravel application.
MIT License
154 stars 26 forks source link

Http requests #29

Closed Nilanth closed 1 year ago

Nilanth commented 2 years ago

Does this package work with HTTP requests?

hsmfawaz commented 1 year ago

Yes I used it to call 3 different google drive APIs at the same time

vuongxuongminh commented 1 year ago

Yes I used it to call 3 different google drive APIs at the same time

If you just want to call http requests async, try to use Guzzle or curl_multi_exec instead.