Skip to main content
ArticlesProjectsUsesNowWork HistoryAbout
Category Archive

Articles: PHP

Technical writings, opinionated architectures, and development guides focusing on PHP.

Articles30
Est. Read Time229 mins
Tags94
Featured2

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

phpphp-86fibersasync-php

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.

phpphp-86async-phprfc

Five PSR standards that most PHP developers skip. Master them and write code that works anywhere, tested easily, and tied to nothing.

phppsrarchitecturestandards

Signal is a PHP library that generates living documentation from native attributes. Annotate your classes, run one command, get accurate docs.

phpdocumentationattributesdeveloper experience

How to structure TempestPHP applications with domain-first folders, repositories, command handlers, and thin controllers that stay maintainable.

phptempestphparchitecturedddapisbackend

Transform PHP scripts into professional CLI products with MiniCLI v5's zero-dependency architecture and instant boot times.

PHPCLIMiniCLIToolsDevelopment