NeoVim for PHP Development in 2026: Native LSP, Intelephense, and the Modern Setup May 3, 2026 neovim php lsp intelephense phpactor tools laravel symfony developer-tools Set up a powerful PHP development environment in NeoVim 0.11+ using native LSP, Intelephense, Phpactor, Mason, and Treesitter — no more plugin sprawl. Read more →
PHP 8.5's URI Extension: Modern URL Parsing Done Right May 1, 2026 php php85 uri url-parsing web-development security laravel symfony backend PHP 8.5's built-in URI extension replaces the broken parse_url() with RFC 3986 and WHATWG-compliant classes for immutable, safe URL handling. Read more →
Symfony 7.3: ObjectMapper, JsonPath, and the Features That Actually Change How You Work April 29, 2026 symfony php objectmapper jsonpath symfony73 components console security Symfony 7.3 ships two powerful new components — ObjectMapper and JsonPath — plus console upgrades and security wins worth knowing about. Read more →
PHP 8.4 Property Hooks: Cleaner Object APIs Without Magic Methods April 27, 2026 php php84 oop property-hooks clean-code value-objects laravel symfony PHP 8.4 property hooks let you intercept property reads and writes directly — no more boilerplate getters, setters, or fragile magic methods. Read more →
Symfony Messenger: The Component PHP Developers Keep Underusing April 20, 2026 symfony php queues async backend messenger Symfony Messenger handles async queues, retries, and message buses elegantly. Here's a practical guide to using it properly in your PHP apps. Read more →