Laminas
Sign in to saveAlso known as Zend Framework, Laminas Project
Laminas Project (formerly Zend Framework or ZF) is an open source, object-oriented web application framework implemented in PHP 7 and licensed under the New BSD License. The framework is basically a collection of professional PHP-based packages. The framework uses various packages by the use of Composer as part of its package dependency managers; some of them are PHPUnit for testing all packages, Travis CI for continuous Integration Services. Laminas provides to users a support of the model–view–controller (MVC) in combination with Front Controller solution. MVC implementation in Laminas has f
Key facts
- Software.name
- Zend Framework
- Software.developer
- Zend Technologies
- Software.programming language
- PHP 7
- Software.operating system
- Cross-platform
- Software.license
- New BSD license
- Software.logo
- ZendFramework-Logo.png
- Software.latest release version
- 3.0.0
- Software.discontinued
- yes
via Wikipedia infobox
Wikidata facts
- Official website
- getlaminas.org
Show 5 more facts
- source code repository URL
- github.com/laminas/laminas-mvc-skeleton
- social media followers
- 2861
- software version identifier
- 2.3.0
- Stack Exchange tag
- stackoverflow.com/tags/zend-framework
- Commons category
- Zend Framework
via Wikidata · CC0
~14 min read
Article
13 sectionsContents
- License
- Components and versioning
- Installation
- Anatomy of the framework
- Sponsor and partners
- Features
- Development of applications
- Code, documentation, and test standards
- Simple cloud API
- Current development
- See also
- References
- External links
Laminas Project (formerly Zend Framework or ZF) is an open source, object-oriented web application framework implemented in PHP 7 and licensed under the New BSD License. The framework is basically a collection of professional PHP-based packages. The framework uses various packages by the use of Composer as part of its package dependency managers; some of them are PHPUnit for testing all packages, Travis CI for continuous Integration Services. Laminas provides to users a support of the model–view–controller (MVC) in combination with Front Controller solution. MVC implementation in Laminas has five main areas. The router and dispatcher functions to decide which controller to run based on data from URL, and controller functions in combination with the model and view to develop and create the final web page.
On 17 April 2019 it was announced that the framework is transitioning into an open source project hosted by the Linux Foundation to be known as Laminas.