Tag: Async

Implementing asynchronous API calls in PHP

Implementing asynchronous API calls in PHP

A few months ago, we came across a use case where we had to make multiple API calls. These calls had to be triggered in parallel, additionally, we had to achieve this in PHP.So we went ahead and did the only thing that we do when we get stuck – we Googled the problem! Out…