Blog

Practical articles on PHP systems architecture, automated refactoring with Rector, and database layer modernisation.

2026-03-10

How to Upgrade PHP 7 to PHP 8 with Rector

A practical guide to upgrading PHP 7 to PHP 8 using Migrator for pre-flight assessment and Rector for automated transformation: configuring rule sets, running safe batches, and handling edge cases your tests won't catch.

Read article
2024-12-19

The Ultimate PHP Upgrade Guide

A practical, actionable process for upgrading PHP projects: from risk assessment and roadmap implementation to cleanup and documentation, with Migrator, Rector, PHPStan, and ECS.

Read article
2023-07-24

PHP Legacy Codebase: A Management Guide

If your PHP application shows signs of legacy decay — old PHP versions, poor documentation, endless maintenance — here is a practical framework for breaking the cycle and building toward something maintainable.

Read article