Talk in English - US at PHP TEK 2025
Track Name:
Petco Park
View Slides: https://gamma.app/docs/I-Promise-to-Teach-You-Asynchronous-PHP-syrddpjuls19nbz
Checkout the code: https://github.com/ericmann/phptek-2025-demo
Short URL: https://joind.in/talk/d591d
(QR-Code (opens in new window))
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!
Comments
Please login to leave a comment
This has the wheels turning for some projects.
Great talk. Really would like a talk about frankenphp
Excellent examples on how to use threads in a practical way. Curious on how you are locking down your site against scraers.
Can’t wait to try some of this!
Nice practical knowledge.
great summary covering most of the options in the php space
I find asynchrnous programming awkward to implement, even though I understand the need for it. Eric did a great job explaining it, and making it approachable. Now I find myself wanting to dive deeper into Fibers. Nice job!
Excellent coverage of a subject that is baffling to my serial thinking.
A little above my head at some points (like talking about memory cores) but incredibly informative ! Can't wait to try out the skills I have learned