fluidphp / viewmodel-helper
FluidPHP 框架视图模型助手
v1.0.3-stable
2022-03-28 12:30 UTC
This package is auto-updated.
Last update: 2024-08-28 17:38:33 UTC
README
FluidPhp 是基于 PhpToolCase 库的框架,访问 phptoolcase.com 获取完整指南和示例。
安装
将包添加到您的 composer.json 文件中,以安装助手。
使用 fluidphp 框架
"require":
{
"mnsami/composer-custom-directory-installer": "2.0.*" ,
"fluidphp/viewmodel-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/ViewModel": ["fluidphp/viewmodel-helper"]
}
}
独立使用
"require":
{
"fluidphp/viewmodel-helper": "*"
}
项目信息
项目主页
需求
php 版本 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"
}