Skip to content

RamzyVirani/yii2-validators

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Yii 2 credit card validation

credit card validation yii 2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bryglen/yii2-validators "1.0.0"

or add

"bryglen/yii2-validator": "1.0.0"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your models :

public function rules()
{
    return [
        ['cc', 'bryglen\validators\CreditCardValidator']
    ];
}

Packages

No packages published

Languages

  • PHP 100.0%