Skip to main content
ArticlesProjectsUsesNowWork HistoryAbout
Tag Archive

Articles Tagged: php

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

Articles45
Est. Read Time365 mins
Categories6
Featured5

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

Practical tips for building Laravel APIs developers trust: contract-first design, versioning, RFC 9457 errors, idempotency and more. Free book inside.

laravelapi-designrest-apisphp

Tempest makes API development feel lightweight by combining typed request objects, attribute-based validation, discovery-driven routing, and built-in mapping with minimal ceremony.

tempestphpapi-developmentrequest-validationattribute-routing

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