Blog

RSS

Articles, tutorials and news from the PHP world

PHP News

Larafony 2.0 – free course updated to PHP 8.5

A combination of Laravel's elegance, Symfony's reliability, and the power of modern PHP 8.5. Production framework with PSR-20 Clock, PSR-7/15 HTTP, attribute-based routing, and ORM with Property Observers.

21.10.2025 18 min read
Architecture

SOLID Principles in PHP - Complete Guide

SOLID is an acronym for 5 design principles in object-oriented programming conceived by Robert C. Martin.

22.09.2025 15 min read
PSR Standards

PSR Standards in PHP - Comprehensive Guide

PSR is a set of recommendations aimed at standardizing style and coding practices in the PHP ecosystem.

09.09.2025 18 min read
PHP News

PHP 8.4 New Features - Property Hooks and Latest Functionality

PHP 8.4, released on November 21, 2024, brings a series of innovations that significantly impact web application development.

18.08.2025 8 min read
PSR Standards

PSR-15 in Practice: Complete Guide to Middleware in PHP

Comprehensive guide to PSR-15 middleware in PHP. Learn interfaces, implementations, best practices, and testing strategies.

11.08.2025 18 min read
Dependency Injection

Dependency Injection in PHP - Complete Guide

Dependency injection is a programming technique that involves passing required dependencies to objects.

29.07.2025 10 min read
Design Patterns

Design Patterns in PHP - Practical Application

Design patterns are proven solutions to common programming problems that allow for faster and more efficient application development.

14.07.2025 12 min read