Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: async-php

Technical writings, opinionated architectures, and development guides tagged with async-php.

Articles2
Est. Read Time21 mins
Categories2
Featured0
Jul 202612m read

Fibers Plus the Polling API: What Async PHP Actually Looks Like Now

Fibers give PHP concurrency. The Polling API gives it native epoll and kqueue. Here's how to build on both, with honest benchmarks.

Jun 20269m read

The Polling API Is the Most Underrated RFC PHP Has Shipped in Years

The Polling API gives PHP 8.6 native epoll and kqueue at last. Here's why the RFC nobody discussed is the most consequential in years.