tourze / view
途者PHP框架-视图部分
v1.0.2
2015-10-04 14:42 UTC
Requires
- tourze/base: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.7
This package is auto-updated.
Last update: 2024-11-19 05:34:05 UTC
README
MVC架构中的View层
安装
首先需要下载和安装composer,具体请查看官网的Download页面
在你的composer.json
中增加:
"require": {
"tourze/view": "^1.0"
},
或直接执行
composer require tourze/view:"^1.0"