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
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!
Up Next from PHP Tek 2025
SQL Database Design For Developers
Scott Keck-Warren · Standard (50 minutes)
Serializing modern PHP
Larry Garfield · Standard (50 minutes)
Building an AI Powered Application with Prism
TJ Miller · Tutorial (3 hours)
Mastering automated refactoring with custom Rector rules
Dave Liddament · Tutorial (3 hours)
Eric Mann