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.
Articles, tutorials and news from the PHP world
Comprehensive guide to PSR-15 middleware in PHP. Learn interfaces, implementations, best practices, and testing strategies.
PSR is a set of recommendations aimed at standardizing style and coding practices in the PHP ecosystem.
SOLID is an acronym for 5 design principles in object-oriented programming conceived by Robert C. Martin.
Design patterns are proven solutions to common programming problems that allow for faster and more efficient application development.
Dependency injection is a programming technique that involves passing required dependencies to objects.
PHP 8.4, released on November 21, 2024, brings a series of innovations that significantly impact web application development.