Demos for Jeremy's Async Guzzle presentation at the August 2020 azPHP User Group meetup.
/demos
: Code for each of the 8 demos./services
: Implementations of the 3 services used in some of the demos./src
: PHP classes used by the demos and services./run-services.sh
: Starts the 3 services in the background using isntances of PHP's built-in server. Useps aux | grep php
to find the processes, andkill -9
to stop them.
The accompanying presentation for these demos is located on SpeakerDeck: Async Guzzle - Concurrent HTTP Requests in PHP.