Laminas is the open-source enterprise continuation of Zend Framework with PSR compliance.
What is Zend Framework / Laminas?
Zend Framework was one of the original enterprise PHP frameworks, now continued as Laminas Project. It uses a component-based architecture and MVC pattern ideal for large enterprise applications.
- Full MVC framework with modular architecture
- Enterprise-grade components (Authentication, ACL, Mail, SOAP)
- PSR-compliant (PSR-1, PSR-4, PSR-7, PSR-11, PSR-15)
- ServiceManager (DI container)
composer create-project laminas/laminas-mvc-skeleton myapp
cd myapp
php -S localhost:8080 -t public