Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: fibers

Technical writings, opinionated architectures, and development guides tagged with fibers.

Articles2
Est. Read Time19 mins
Categories1
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.

Feb 20267m read

Relay: Building a Fiber-Native HTTP Layer for Modern PHP

Explore the design and implementation of Relay, a new HTTP transport layer for PHP 8.5+.