Tagged Questions
2
votes
1answer
233 views
Handling multiple outbound API calls in a PHP web application
I'm working on a PHP (Zend Framework) web application that, for each user request, makes multiple calls to external APIs (SOAP and/or REST over HTTP).
At the moment, the API calls are sequential:
...