Saad-Amjad / async-php

2 stars 1 forks source link

Asynchronous PHP

Series of examples to demonstrate asynchronous PHP for the talk State of Async PHP.

Running the examples

After running composer install, in the terminal just type in: php examples/{your-prefered-example-file.php} This will run the given example.

For Laravel Octane Server Demo

Github Link.

For Swoole Examples

Install Swoole from here.

Presentation Video Link

YouTube Link: https://www.youtube.com/watch?v=j04kDO7kVFY

Presentation Slide Link

Slides: https://slides.com/saadbinamjad/state-of-async-php

Benchmarking Tool

wrk - a HTTP benchmarking tool wrk.

Awesome Resources

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: