ktaris/yii2-mexvalidators
最新稳定版本:0.0.1
Composer 安装命令:
composer require ktaris/yii2-mexvalidators
包简介
Two data validators for Mexico-specific data: CURP and RFC.
关键字:
README 文档
README
Validators for two data strings used in Mexico for identity, RFC and CURP, for use with the Yii 2.* framework.
Installation
Add dependency to your composer.json file:
{
"require": {
"ktaris/yii2-mexvalidators": "0.0.1"
}
}
Usage
In order to use the validator, you need to provide the full path to the validator in the model:
public function rules() { return [ [['rfc'], RfcValidator::className()], [['curp'], CurpValidator::className()], ]; }
统计信息
- 总下载量: 7.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-23