1

I'm sending a request to another API using guzzle and returning a json from the API I'm requesting. However, I have an array and I send requests to the relevant API by returning one by one in this array, which increases the response time, so I need to run it in parallel. How can I do this with PHP?

  • 2
    Does this answer your question? [How to perform multiple Guzzle requests at the same time?](https://stackoverflow.com/questions/19520185/how-to-perform-multiple-guzzle-requests-at-the-same-time) – Jared Farrish Oct 21 '22 at 14:09

0 Answers0