Download the PHP package juanchosl/validators without Composer
On this page you can find all versions of the php package juanchosl/validators. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download juanchosl/validators
More information about juanchosl/validators
Files in juanchosl/validators
Package validators
Short Description Little methods collection in order to validate variables contents
License MIT
Homepage https://github.com/JuanchoSL/Validators
Informations about the package validators
Validators
Description
Little methods collection in order to validate variables contents
Install
How to use
Validation availability
- Strings
- General numbers
- Specific integers
- Specific floats
- Entity iterable, as objects or assoc arrays
- General Iterables, as indexed arrays or recursive validations
- Primitive boolean, reals or equivalents and Null checking
Single validation
You can perform an only check over a single value
Multiple validations over 1 value
You can perform a few checks over a single value
Multiple validations over multiple values
You can perform a few checks over multiple values
Alternative validations (OR) over values
You can perform some alternative checks over the values in order to accept it if pass ANY of some condicions
Validations over associative arrays or entities
You can perform checks over the values of an associative array or object, can be simple validations or any other complex validation, indicating the target index. The results of the validations are unitary, for each element
Validations over iterables
Instead of iterate over a collection, as the previous example, you can perform checks over the keys or values of an iterable, can be simple validations or any other complex validation
All versions of validators with dependencies
ext-mbstring Version *