Laminas Framework Series: Mezzio vs. MVC
In the fourth post of the Laminas Framework Series I want to compare middlewares using Mezzio and the MVC framework by Laminas.
Articles about PHP, software architecture, algorithms and more.
In the fourth post of the Laminas Framework Series I want to compare middlewares using Mezzio and the MVC framework by Laminas.
Advocate of OOP & SOLID, I reject static code for robust software. This post covers why to avoid it and suggests better alternatives.
Traits were added earlier to PHP and got updated in different versions of PHP 8. Read why traits are still a bad concept and should avoided.
Readonly classes were added to PHP with version 8.2 as an addition to readonly properties. In this article I outline their advantages.
fsync confirms any modifications to a file to the operating system. In this blog, I address the usage in PHP & draw attention to edge cases.
Get an in-depth look at how to set up Mezzio development projects and a deep dive into the project structure.
Upcoming PHP 8.3 version release this month with select features for end users. Overview in my latest PHP blog series.
Learn why Laravel may not be an ideal framework for your projects & discover how the Unfinalize package has further impacted its efficiency.
The post addresses the difference between MVC and the middleware approach of Mezzio (formerly Expressive) in Laminas, formerly known as Zend.
Dive deep into the Laminas Framework with a focus on Mezzio. Explore its background, connection to the Linux Foundation & core components.