2017 © Pedro Peláez
 

yii2-extension yii2-validators

credit card validation yii 2

image

senyor/yii2-validators

credit card validation yii 2

  • Wednesday, February 7, 2018
  • by senyor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % 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

07/02 2018

dev-dev

dev-dev

credit card validation yii 2

  Sources   Download

MIT

by Bryan Tan

extension yii2 validators credit card validators

07/02 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