承接 ktaris/yii-mexvalidators 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 3
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-20