simplercode/overview
最新稳定版本:0.0.4
Composer 安装命令:
composer require simplercode/overview
包简介
Minimalistic view layer for PHP applications
README 文档
README
Minimalistic view layer for PHP applications
[]
(https://travis-ci.org/emcode/overview)
[
]
(https://coveralls.io/github/emcode/overview?branch=master)
why
Overview library is insipired by ZF2 Zend\View component. I was working on many ZF2 projects for some time and I liked ViewModel abstraction that is provided by Zend\View component. View model describes data and template name for given part of UI. View model can be rendered than by different types of renders. Models can be nested, which is convinient when you want to have one layout that has multiple view models rendered inside: content, sidebar, footer and so on.
The problem was that each time I tried to use Zend\View as standalone library, it was a pain to setup because of to many dependencies on other ZF2 components. That is why this little library came to existence.
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-06-13