2017 © Pedro Peláez
 

library validator-helper

FluidPHP framework validator helper

image

fluidphp/validator-helper

FluidPHP framework validator helper

  • Saturday, January 23, 2016
  • by ifsale
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

# 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)

The Versions

23/01 2016

dev-master

9999999-dev http://phptoolcase.com

FluidPHP framework validator helper

  Sources   Download

GPL v2

The Requires

 

by Carlo Pietrobattista

php library

23/01 2016

v1.0.1-stable

1.0.1.0 http://phptoolcase.com

FluidPHP framework validator helper

  Sources   Download

GPL v2

The Requires

 

by Carlo Pietrobattista

php library