Asynchronous API Interaction with Guzzle Session

There is only audio ... but there are slides

Guzzle is an HTTP client library in PHP that puts all the power of cURL at your fingertips.

Part of cURL's power comes from its \u201cMulti\u201d interface, which allows you to make concurrent HTTP requests using non-blocking I/O.

Guzzle's HTTP handler implementation abstracts the complexity of cURL Multi into a simpler experience using Promises and PSR-7.

Learn how to use Guzzle to work with HTTP requests and web service APIs in an asynchronous way, potentially saving you time and increasing the throughput of your PHP applications and services.

Guzzle is a wrapper around cURL to fetch web pages.

Look at the Quick start with Guzzle

Length: 55:14
slides
Recorded on 2015-10-19 at ZendCon
Look for other videos at ZendCon.
Tweet this video
PHP Guzzle asynchronous promises