2017 © Pedro Peláez
 

yii2-extension yii2-validators

credit card validation yii 2

image

bryglen/yii2-validators

credit card validation yii 2

  • Wednesday, March 28, 2018
  • by bryglen
  • Repository
  • 3 Watchers
  • 12 Stars
  • 6,296 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Yii 2 credit card validation

credit card validation yii 2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

"bryglen/yii2-validator": "1.0.1"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your models :, (*6)

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

The Versions

28/03 2018

dev-master

9999999-dev

credit card validation yii 2

  Sources   Download

MIT

by Bryan Tan

extension yii2 validators credit card validators

10/04 2015

1.0.1

1.0.1.0

credit card validation yii 2

  Sources   Download

MIT

by Bryan Tan

extension yii2 validators credit card validators

10/04 2015

1.0.0

1.0.0.0

credit card validation yii 2

  Sources   Download

MIT

by Bryan Tan

extension yii2 validators credit card validators