Download the PHP package sonypradana/validator without Composer
On this page you can find all versions of the php package sonypradana/validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sonypradana/validator
More information about sonypradana/validator
Files in sonypradana/validator
Download sonypradana/validator
More information about sonypradana/validator
Files in sonypradana/validator
Please rate this library. Is it a good library?
Informations about the package validator
Validation & Filter
Build elegant validation on top of (Wixel/GUMP), one of the most popular php validation.
Validation
GUMP support
Available method
required()
valid_email()
max_len()
min_len()
exact_len()
between_len()
alpha()
alpha_numeric()
alpha_numeric_space()
alpha_numeric_dash()
alpha_dash()
alpha_space()
numeric()
integer()
boolean()
float()
valid_url()
url_exists()
valid_ip()
valid_ipv4()
valid_ipv6()
guidv4()
valid_cc()
valid_name()
contains()
contains_list()
doesnt_contain_list()
street_address()
date()
min_numeric()
max_numeric()
min_age()
invalid()
starts()
extension()
required_file()
equalsfield()
iban()
phone_number()
regex()
valid_json_string()
valid_array_size_greater()
valid_array_size_lesser()
valid_array_size_equal()
And
not()
, for invert all available method.where($condition)
, execute rule if condition true.if($condition)
, execute rule if condition true.
Filter
Fiter field input
validation and filter
Why use Validator
Why use valdidator over GUMP
validator.
- Avoid typo when building validator rule. When using validator may accidentally typing wrong validate rule (typo). It make runtime error.
- Autocomplete out of the box. Auto complete validator rule and maintainable rule.
All versions of validator with dependencies
PHP Build Version
Package Version
The package sonypradana/validator contains the following files
Loading the files please wait ....