Library PHP Tek 2026 Modern PHP Workflows: Asynchronous Operations, Fibers, and High-Performance Data Systems
PHP Tek TV

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.

Modern PHP Workflows: Asynchronous Operations, Fibers, and High-Performance Data Systems

Vijay Panwar Vijay Panwar PHP Tek 2026 Advanced Standard (50 minutes)

With recent improvements in PHP (e.g., Fibers, async libraries) and the growing demands for high-performance data systems, PHP is no longer just for simple web pages. In this talk we’ll explore how to leverage these modern features to build data-intensive, async systems in PHP—covering event loops, concurrency, how to integrate with high throughput pipelines, and case studies of real systems managing large backlogs. We’ll also discuss pitfalls, where pure PHP might hit limits, and how to interoperate with other tech stacks.