Level 50
Guzzle is usually the 'go to' for this in php : http://docs.guzzlephp.org/en/latest/
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
Here is what I am wanting to do. I'm developing a web app that communicates with few service providers via api (curl) and pulls details related to a given account.
What's the best available http wrapper to do this? The information that is pulled from these service providers can be one record or a bunch of them in various formats like json, comma separated values etc.
Please or to participate in this conversation.