- Notifications
You must be signed in to change notification settings - Fork90
Mvc component from Zend Framework
License
zendframework/zend-mvc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository has moved tolaminas/laminas-mvc.
Zend\Mvc is a brand new MVC implementation designed from the ground up forZend 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 servicedefinitions set up atZend\Mvc\Service. The ServiceManager creates andconfigures your application instance and workflow.Zend\EventManager- The MVC is event driven. This component is usedeverywhere from initial bootstrapping of the application, through returningresponse and request calls, to setting and retrieving routes and matchedroutes, as well as render views.Zend\Http- specifically the request and response objects, used within:Zend\Stdlib\DispatchableInterface. All “controllers” are simply dispatchableobjects.File issues athttps://github.com/zendframework/zend-mvc/issues
Documentation is athttps://docs.zendframework.com/zend-mvc/
About
Mvc component from Zend Framework
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.