Yii2 Validators (Development Phase)
A compilation of useful validators for the Yii2 framework., (*1)
Included Validators
RichTextFilterValidator - Filters the inputs of richtext texts on validation., (*2)
AddressValidator - Useful to validate addresses., (*3)
ColorValidator - Validates color inputs., (*4)
IntegrityValidor - Validates the integrity of the foreign keys of the models., (*5)
OccidentalNameValidator - Validates the names of the occidental people., (*6)
UsernameValidator - Validates the usernames., (*7)
Installation
Include the package as dependency under the composer.json file., (*8)
To install, either run, (*9)
$ php composer.phar require jlorente/yii2-validators "*"
or add, (*10)
...
"require": {
// ... other configurations ...
"jlorente/yii2-validators": "*"
}
to the require
section of your composer.json
file., (*11)
Usage
In construction, (*12)
License
Copyright © 2015 JosĂ© Lorente MartĂn jose.lorente.martin@gmail.com., (*13)