jlorente/yii2-validators
最新稳定版本:1.0.6
Composer 安装命令:
composer require jlorente/yii2-validators
包简介
A compilation of useful validators for the Yii2 framework.
README 文档
README
A compilation of useful validators for the Yii2 framework.
Included Validators
RichTextFilterValidator - Filters the inputs of richtext texts on validation.
AddressValidator - Useful to validate addresses.
ColorValidator - Validates color inputs.
IntegrityValidor - Validates the integrity of the foreign keys of the models.
OccidentalNameValidator - Validates the names of the occidental people.
UsernameValidator - Validates the usernames.
Installation
Include the package as dependency under the composer.json file.
To install, either run
$ php composer.phar require jlorente/yii2-validators "*"
or add
... "require": { // ... other configurations ... "jlorente/yii2-validators": "*" }
to the require section of your composer.json file.
Usage
In construction
License
Copyright © 2015 José Lorente Martín jose.lorente.martin@gmail.com.
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-21