#laminas — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #laminas, aggregated by home.social.
-
@shochdoerfer @bitexpert At #laminas and #mezzio, we set `config.platform.php` to an imaginary maximum patch version of the minimum supported version of php, such as `8.2.99`, so regardless of the PHP version renovate uses, composer will always resolve the correct dependencies. Possibly a different solution, also potentially solving a different problem!
-
Thanks for the outstanding work on #RectorPHP and ongoing contributions to #Laminas, @samsonasik.
-
PSA: Those libs you wrote for #Mezzio or #Laminas can now be published here:
https://getlaminas.org/integrations/
💪
-
New article on the #Laminas blog: https://getlaminas.org/blog/2025-07-23-benefits-of-middleware-over-mvc.html Get yer middlewares on…
-
We are thrilled to announce our partnership with TagOnTrack Inc. to overview the migration of their outdated platform. It's an opportunity to implement a complex code migration using the Mezzio microframework and document the steps for the PHP community
#PHP #Laminas #mezzio
https://www.apidemia.com/press-release/tagontrackinc-apidemia-laminas-mvc-to-dotkernel/ -
Laminas and Mezzio projects' website got a new facelift today: https://getlaminas.org
Thanks to all the contributors who helped make this happen!
-
After years of faithfully dispatching controllers, routing requests and juggling service managers, #Laminas MVC is finally eligible for the senior citizen discount 🧓🏖️.
https://getlaminas.org/blog/2025-06-06-laminas-mvc-is-retiring.html
And the next generation carries on:
#Mezzio—leaner, faster, and fluent in the modern dialect of #PHP —grew up around PSRs on the other side of the stack and now runs everything through middleware like it's second nature.
-
Laminas is ending support for their MVC. How would you handle it?
With Laminas MVC taken out of active development, what is going to happen with existing projects? Do you think it's ok to pull support and promote another architecture or must MVC be supported forever?
#PHP #Laminas #mezzio
https://getlaminas.org/blog/2025-06-06-laminas-mvc-is-retiring.html -
The middleware architecture has proven itself to be the way of the future. Many in the #PHP community see this as fact. Its versatility, efficiency and modularity is unmatched right now.
#middleware #Laminas
https://www.dotkernel.com/architecture/understanding-middleware/ -
Enforcing naming conventions and patterns from respected members of the PHP community leads to cleaner code. This is a fact and will always be true.
#PSR15 #mezzio #Laminas #PHP
https://www.dotkernel.com/design-pattern/naming-pattern-for-psr-15-handlers-in-dotkernel-applications/ -
New content on the @getlaminas blog, the first entry in a Mezzio 101 tutorial:
https://getlaminas.org/blog/2025-01-30-mezzio101-using-mezzio-skeleton-installer.html
-
Finally, we are getting the step-by-step tutorial we always needed. Using Mezzio and Laminas components is a sure-fire way to build smart applications that stand the test of time.
#PHP #Laminas #Mezzio
https://getlaminas.org/blog/2025-01-30-mezzio101-using-mezzio-skeleton-installer.html -
Step by step guide to setup a PHP coding environment with Composer, git and MariaDB in Windows Subsystem for Linux (WSL2) and learn how to use it effectively.
#laminas #mezzio #PHP #AlmaLinux #MariaDB
https://www.dotkernel.com/php-development/almalinux-9-in-wsl2-install-php-apache-mariadb-composer-phpmyadmin/ -
@pwaring this is the exact reason I'm working with #laminas / #Mezzio components and libs. You can really build up a system and migrate to it step by step without a huge overhaul and assuming you've been using it from the start. The only risk is that you need a matured and disciplined team to keep focus and not make a bigger mess by having transient states :D
-
Packages being abandoned is not a new thing. To keep the project working, alternatives must be found and implemented as soon as possible to mitigate for components that become out-of-date.
https://www.dotkernel.com/dotkernel/replacing-laminas-mail-with-symfony-mailer-in-dot-mail/
-
While working on #ShellyAPI (https://github.com/galvao-eti/shelly-api), I've ended up coding a rate limiter middleware for #laminas #Mezzio
I will be publishing it as soon as I finish testing it and do some code cleaning 😎 :php: :laminas: