From fsck to Framework

Posts tagged "php"

14 articles

← Back to Home

PHPStan Level 9: The Path to Bug-Free PHP

How we eliminated 90% of type-related bugs without writing a single test - a practical guide to achieving PHPStan Level 9 strict type checking in production PHP applications.

Read more

Laravel vs Symfony 2025: When to Use Which

An honest, pragmatic comparison of Laravel and Symfony in 2025. Market data, philosophy, performance benchmarks, and a decision framework to help you choose the right PHP framework for your project.

Read more

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.

Read more