home.social

#laminas — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #laminas, aggregated by home.social.

fetched live
  1. @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!

  2. @julian `netglue/laminas-messenger` doesn't ship any middleware, or anything #Mezzio specific really - it's just factories, config and wiring for #Laminas ServiceManager DI really…

  3. 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
    apidemia.com/press-release/tag

  4. Laminas and Mezzio projects' website got a new facelift today: getlaminas.org

    Thanks to all the contributors who helped make this happen!

    #laminas #mezzio #php

  5. After years of faithfully dispatching controllers, routing requests and juggling service managers, #Laminas MVC is finally eligible for the senior citizen discount 🧓🏖️.

    getlaminas.org/blog/2025-06-06

    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.

    docs.mezzio.dev/mezzio/

  6. 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
    getlaminas.org/blog/2025-06-06

  7. 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
    dotkernel.com/architecture/und

  8. 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
    dotkernel.com/design-pattern/n

  9. @mwop All this sort of stuff has me wondering if we should start mirroring #Mezzio and #Laminas stuff to codeberg…

  10. 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
    getlaminas.org/blog/2025-01-30

  11. 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
    dotkernel.com/php-development/

  12. @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

  13. 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.

    dotkernel.com/dotkernel/replac

    #PHP #symfony #laminas

  14. While working on #ShellyAPI (github.com/galvao-eti/shelly-a), 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: