Download the PHP package zendframework/zend-mvc without Composer
On this page you can find all versions of the php package zendframework/zend-mvc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zend-mvc
zend-mvc
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-mvc.
Zend\Mvc
is a brand new MVC implementation designed from the ground up for
Zend Framework 2, focusing on performance and flexibility.
The MVC layer is built on top of the following components:
Zend\ServiceManager
- Zend Framework provides a set of default service definitions set up atZend\Mvc\Service
. The ServiceManager creates and configures your application instance and workflow.Zend\EventManager
- The MVC is event driven. This component is used everywhere from initial bootstrapping of the application, through returning response and request calls, to setting and retrieving routes and matched routes, as well as render views.-
Zend\Http
- specifically the request and response objects, used within:Zend\Stdlib\DispatchableInterface
. All “controllers” are simply dispatchable objects. - File issues at https://github.com/zendframework/zend-mvc/issues
- Documentation is at https://docs.zendframework.com/zend-mvc/
All versions of zend-mvc with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5 || ^7.0
zendframework/zend-console Version ^2.7
zendframework/zend-eventmanager Version ^2.6.4 || ^3.0
zendframework/zend-servicemanager Version ^2.7.10 || ^3.0.3
zendframework/zend-hydrator Version ^1.1 || ^2.4
zendframework/zend-form Version ^2.11
zendframework/zend-stdlib Version ^2.7.5 || ^3.0
zendframework/zend-psr7bridge Version ^0.2
container-interop/container-interop Version ^1.1
zendframework/zend-console Version ^2.7
zendframework/zend-eventmanager Version ^2.6.4 || ^3.0
zendframework/zend-servicemanager Version ^2.7.10 || ^3.0.3
zendframework/zend-hydrator Version ^1.1 || ^2.4
zendframework/zend-form Version ^2.11
zendframework/zend-stdlib Version ^2.7.5 || ^3.0
zendframework/zend-psr7bridge Version ^0.2
container-interop/container-interop Version ^1.1
The package zendframework/zend-mvc contains the following files
Loading the files please wait ....