dschoenbauer/view
Composer 安装命令:
composer require dschoenbauer/view
包简介
A simple view layer
关键字:
README 文档
README
View is a quick and dirty view generator, designed to reduce complexity and to seperate logical pices of the application.
To Install:
Add the follwoing to your composer.json
{
"repositories": [
{
"url": "https://github.com/dschoenbauer/view.git",
"type": "git"
}
],
"require": {
"dschoenbauer/view": "~1.0"
}
}
To Test:
Windows:
.\vendor\bin\phpunit.bat tests
Linux:
./vendor/bin/phpunit tests
统计信息
- 总下载量: 66
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-15