Async PHP is Here: A Practical Guide to Fibers
A deep dive into Fibers, PHP 8.1's game-changing concurrency feature. Learn what Fibers are, how they work, and how to use them for practical, non-blocking I/O operations like concurrent HTTP requests.
Posts tagged "posts_en_php"
10 articles
← Back to HomeA deep dive into Fibers, PHP 8.1's game-changing concurrency feature. Learn what Fibers are, how they work, and how to use them for practical, non-blocking I/O operations like concurrent HTTP requests.
Dive deep into PHP 8.5's game-changing features including the pipe operator, new array utilities, asymmetric visibility, and enhanced debugging capabilities. Discover how these additions will transform your daily development workflow.
How to orchestrate PHP quality tools with Makefiles and reduce build times by 70%
A practical guide to building DDD Aggregates in PHP with patchlevel/eventsourcing. Learn the Aggregate Root's true job and how to refactor 'God Aggregates' into clean, maintainable, event-sourced models.
Symfony 8.0 arrives November 2025 with PHP 8.4 Lazy Objects and up to 70% better cache performance
Comprehensive guide to PHP AI/ML integration in 2025: frameworks, security, real-world implementations, and honest performance analysis
An in-depth technical analysis of PHP's transformation. We dissect the Zend Engine 3, the evolution of the type system from scalars to DNF, the JIT compiler, and the community efforts that redefined the language.
Deep dive into PHP's type safety landscape: why no single library does it all and the winning multi-library strategy for 2025
Discover how PHP 8.4's property hooks eliminate boilerplate code and make your objects 50% smaller. Learn get/set hooks, asymmetric visibility, and real-world migration strategies.
PHP 8.5 brings the long-awaited pipe operator, standards-compliant URL parsing, improved readonly cloning, and crucial deprecations preparing for PHP 9.0