# FluidPhp Validator Helper, (*1)
FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples., (*2)
This helper can be used to validated request parameters (GET,DELETE,PUT,POST)., (*3)
Installation
Add the package to your composer.json file, to install the helper., (*4)
With fluidphp framework:, (*5)
"require":
{
"mnsami/composer-custom-directory-installer": "2.0.*" ,
"fluidphp/validator-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/Validator": ["fluidphp/validator-helper"]
}
}
Stand-alone:, (*6)
"require":
{
"fluidphp/validator-helper": "*"
}
Project Info
Project Home
http://phptoolcase.com, (*7)
Requirements
php version 5.4+, (*8)