# FluidPhp View Model Helper, (*1)
FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples., (*2)
Installation
Add the package to your composer.json file, to install the helper., (*3)
With fluidphp framework:, (*4)
"require":
{
"mnsami/composer-custom-directory-installer": "2.0.*" ,
"fluidphp/viewmodel-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/ViewModel": ["fluidphp/viewmodel-helper"]
}
}
Stand-alone:, (*5)
"require":
{
"fluidphp/viewmodel-helper": "*"
}
Project Info
Project Home
http://phptoolcase.com, (*6)
Requirements
php version 5.4+
, (*7)
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"
}