Download the PHP package badelal2007/validator without Composer
On this page you can find all versions of the php package badelal2007/validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package validator
Validator
Validator is a framework agnostic and fluent server side form validation package for PHP
[Documentation]
Installation
Validator can be installed via composer
just execute the following command
in your project root
Or add the following in your composer.json file and run composer install
Usage
Using validator in your project is super simple, here is an example
If you've files to validate you will need to merge $_POST|$_GET
and with $_FILES
just like the following
Available Rules
- required
- password
Accepts password strength like password:strong|medium|normal (default noraml)
- number
- file
Accepts file type currently supported formats: image,video,doc
- min
- max
- length
- array
- boolean
- ip
- same
- alpha
- alnum
All versions of validator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package badelal2007/validator contains the following files
Loading the files please wait ....