Blog

06 Jun, 2025

Laminas MVC Is Retiring

The Laminas MVC (Model-View-Controller) framework has proven itself over the years as a viable solution for enterprise applications. Given its versatility, it was seen as a good starting point by many professional PHP developers. However, the Laminas Technical Steering Committee (TSC) have decided to discontinue active development of Laminas MVC.

Laminas MVC is just one item in the Laminas toolbelt. The Laminas components and Mezzio are still in active development.

08 Apr, 2025

Mezzio101: What Defines a Middleware Architecture?

Nowadays, applications are getting more and more complex. The classic way of executing sequential code, with a single PHP script that accepts a request and outputs the information like we used to do in the PHP4 days, still works for simple apps, but using a modern architecture has many benefits. Enter middleware: intermediary code that processes the request and/or response in various ways before it even reaches your custom code.

18 Mar, 2025

Mezzio 101: Adding Pages to a Mezzio Basic Application

In the previous article we used the Mezzio Skeleton Installer to build a very basic application. Let's explore what we can do with it right away.

The current components allow us to build a presentation site with static pages. It may not be much to speak of yet, but we can already create new pages.

04 Feb, 2025

Summary of the meeting in February 2025

On Monday, 3 February 2025, the Technical Steering Committee for the Laminas Project held its monthly meeting. The topics discussed included:

  • Creating a major release for laminas-session.
  • Setting up email accounts for @getlaminas.org.
  • Dropping support for PHP 8.1 in future releases for Laminas packages.
  • New design and layout for getlaminas.org.
30 Jan, 2025

Mezzio 101: Create an Application Using the Mezzio Skeleton Installer

Creating a site from scratch has always been a daunting task for developers. The difficulty doesn't come so much from the complex coding, but from the imprecise specifications. Even if you start with clear goals in mind, the project can grow exponentially in complexity as time goes by. New technical requirements, new features, bug fixes and refactoring all get in the way of the developer resting on his laurels.

18 Nov, 2024

Summary of the meeting in November 2024

On Monday, 4 November 2024, the Technical Steering Committee for the Laminas Project held its monthly meeting. The topics discussed included:

18 Nov, 2024

October 2024 Development News

Laminas Validator Version 3 Released and being implemented in libraries that use it. Adding support for Laminas Service Manager v4 in laminas-filter is in progress. Check here the PHP 8.4 compatibility roadmap for Laminas and Mezzio components.

25 Oct, 2024

Summary of the meeting in October 2024

On Monday, 7 October 2024, the Technical Steering Committee for the Laminas Project held its monthly meeting. The topics discussed included:

  • Creating a marketing and outreach committee.
  • Hiring a dedicated developer for the Laminas and Mezzio repositories.
26 Sep, 2024

Using Laminas Continuous Delivery and Deployment

We detailed the meaning and some inner workings of Continuous Integration (CI) in a previous article, so here we will focus on what happens after CI completes successfully.

CI is followed by Continuous Delivery (CD) which gets the code ready for deployment to the production or staging environment. This ensures that the code is ready to be released manually.

Submit a blog post by following these instructions.