From ReactPHP to Facebook Hack's Async implementation and many more, asynchronous programming has been a hot topic lately. But how well does async programming support work in PHP and what can you actually use it for in your projects? Let's look at some real-world use cases and how they leverage the power of async to do things you didn't know PHP could do.

Comments

Comments are closed.

Joe Cartonia at 18:09 on 25 Oct 2017

The presentation did show plenty of async options, and did a good job with pointing out the pros and cons. ReactPHP does look very promising.

John Fansler at 20:36 on 25 Oct 2017

Great overview!

Kevin Stich at 08:42 on 26 Oct 2017

Content was good, including the overview of promises and React streams. Was a little out of date, no mention of https://github.com/guzzle/promises

A agree with the other commenters