定制 zendframework/zend-mvc 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

zendframework/zend-mvc

最新稳定版本:3.1.1

Composer 安装命令:

composer require zendframework/zend-mvc

包简介

Zend Framework's event-driven MVC layer, including MVC Applications, Controllers, and Plugins

README 文档

README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-mvc.

Build Status Coverage Status

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 at Zend\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/

统计信息

  • 总下载量: 14.32M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 110
  • 点击次数: 1
  • 依赖项目数: 670
  • 推荐数: 16

GitHub 信息

  • Stars: 107
  • Watchers: 47
  • Forks: 98
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2013-02-07