Series of examples to demonstrate asynchronous PHP for the talk State of Async PHP.
After running composer install
, in the terminal just type in:
php examples/{your-prefered-example-file.php}
This will run the given example.
Github Link.
Install Swoole from here.
YouTube Link: https://www.youtube.com/watch?v=j04kDO7kVFY
Slides: https://slides.com/saadbinamjad/state-of-async-php
wrk - a HTTP benchmarking tool wrk.
I highly recommend these resources on Asynchronous Programming and Asynchronous PHP. You can go through these video and reading materials for having more in-depth knowledge on this topic, this is a growing list:
Youtube Videos:
Articles:
Misc: