fluidphp/viewmodel-helper
Composer 安装命令:
composer require fluidphp/viewmodel-helper
包简介
FluidPHP framework view model helper
关键字:
README 文档
README
FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.
Installation
Add the package to your composer.json file, to install the helper.
With fluidphp framework:
"require":
{
"mnsami/composer-custom-directory-installer": "2.0.*" ,
"fluidphp/viewmodel-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/ViewModel": ["fluidphp/viewmodel-helper"]
}
}
Stand-alone:
"require":
{
"fluidphp/viewmodel-helper": "*"
}
Project Info
Project Home
Requirements
php version 5.4+
Add the following to your composer.json file:
- WITH FLUIDPHP FRAMEWORK:
"require":
{
"mnsami/composer-custom-directory-installer": "1.0.*",
"fluidphp/viewmodel-helper": "~1.0"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/ViewModel": ["fluidphp/viewmodel-helper"]
}
}
- STAND-ALONE:
"require":
{
"fluidphp/viewmodel-helper": "~1.0"
}
统计信息
- 总下载量: 190
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2016-01-23