Library PHP Tek 2025 I Promise() to Teach You Asynchronous PHP
I Promise() to Teach You Asynchronous PHP

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

I Promise() to Teach You Asynchronous PHP

Eric Mann Eric Mann PHP Tek 2025 Advanced Standard (50 minutes)

A common refrain from non-PHP devs is that our favorite language is old and doesn't support powerful features like asynchronous code execution. This couldn't be further from the truth. Together we'll cover the fundamentals of synchronous versus asynchronous execution. We'll cover event loops in PHP and work through both promises and coroutines. We'll even cover PHP 8's new Fiber implementation!