ktaris/yii-mexvalidators
最新稳定版本:v0.1.1
Composer 安装命令:
composer require ktaris/yii-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 1.1.* framework.
Installation
Add dependency to your composer.json file:
{
"require": {
"ktaris/yii-mexvalidators": "0.1.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', 'vendor.ktaris.yii-mexvalidators.rfcValidator'], ['curp', 'vendor.ktaris.yii-mexvalidators.curpValidator'], ]; }
统计信息
- 总下载量: 103
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-20