Download the PHP package ibandominguez/validator without Composer
On this page you can find all versions of the php package ibandominguez/validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ibandominguez/validator
More information about ibandominguez/validator
Files in ibandominguez/validator
Download ibandominguez/validator
More information about ibandominguez/validator
Files in ibandominguez/validator
Vendor ibandominguez
Package validator
Short Description validation class to take care of repetitive tasks
License MIT
Package validator
Short Description validation class to take care of repetitive tasks
License MIT
Please rate this library. Is it a good library?
Informations about the package validator
validator
validator is a helper class for repetitive validation processes.
Getting Started
Clone or Download this package or install via composer
composer require ibandominguez/validator
Available Rules by '20/Jun/15'
Title | Description |
---|---|
required | check if the given input exists and it is not empty |
check if the given input is a valid email | |
array | check if the given input is a valid array |
numeric | check if the given input is a numeric value |
string | check if the given input is a string value |
date | check if the given input is a date value with the format (yyyy-mm-dd) |
datetime | check if the given input is a datetime value with the format (yyyy-mm-dd hh:ii:ss) |
time | check if the given input is a time value with the format (hh:ii:ss) |
Rules Roadmap
- min
- max
- between
- date format
- alpha
- alpha numeric
Use example
In your application:
License
MIT © Ibán Domínguez
All versions of validator with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 5.3.0
The package ibandominguez/validator contains the following files
Loading the files please wait ....