What is "guzzle"
Guzzle is an HTTP PHP client that makes it easy to send HTTP requests for trivial integration with web services. Has as features:
- Simple interface for building POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data.
- Send synchronous and asynchronous requests using the same interface.
Among many other features.
Link to the official website: Link