fluidphp / validator-helper
FluidPHP framework validator helper
v1.0.2-stable
2022-03-28 14:45 UTC
Requires
This package is auto-updated.
Last update: 2024-10-28 20:21:47 UTC
README
FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.
This helper can be used to validated request parameters (GET,DELETE,PUT,POST).
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/validator-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/Validator": ["fluidphp/validator-helper"]
}
}
Stand-alone:
"require":
{
"fluidphp/validator-helper": "*"
}
Project Info
Project Home
Requirements
php version 5.4+