linkorb/presenter
最新稳定版本:v1.0.0
Composer 安装命令:
composer require linkorb/presenter
包简介
Presenter pattern implementation
关键字:
README 文档
README
A simple implementation of the Presenter Pattern for PHP
Features
- Simple
BasePresenterimplementation to create your own presenter classes - Forward any unimplemented methods to the wrapped object
- Forward any unimplemented getters to the wrapped object
- A trait to make any model class implement
getPresenter - Trait uses auto-resolver for finding it's own presenter based on config, classname, or namespace convention
Usage
Please refer to examples/ for usage examples.
License
MIT. Please refer to the license file for details.
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!
统计信息
- 总下载量: 404
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-01