2017 © Pedro Peláez
 

library laravel-credit-card-validator

Laravel credit card validator

image

macromindonline/laravel-credit-card-validator

Laravel credit card validator

  • Monday, November 13, 2017
  • by macromindonline
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Laravel Credit Card Validator

Packagist Software License Build Status Quality Score SensioLabsInsight, (*1)

Adds some minimal validation rules for credit card., (*2)

Install

Install via composer, (*3)

composer require rap2hpoutre/laravel-credit-card-validator

Add Service Provider to config/app.php in providers section, (*4)

Rap2hpoutre\LaravelCreditCardValidator\ServiceProvider::class,

Usage

Add this to your validation rules:, (*5)

// Add this in your controller method
$this->validate($request, [
    'credit-card-number' => 'required|ccn',
    'credit-card-date' => 'required|ccd',
    'credit-validation-code' => 'required|cvc',
]);

The Versions

13/11 2017

dev-master

9999999-dev

Laravel credit card validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar rap2hpoutre

laravel validator credit card

30/08 2016

v0.0.6

0.0.6.0

Laravel credit card validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar rap2hpoutre

laravel validator credit card

03/06 2016

v0.0.5

0.0.5.0

Laravel credit card validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar rap2hpoutre

laravel validator credit card

03/06 2016

v0.0.4

0.0.4.0

Laravel credit card validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar rap2hpoutre

laravel validator credit card

03/06 2016

v0.0.3

0.0.3.0

Laravel credit card validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar rap2hpoutre

laravel validator credit card

03/06 2016

v0.0.2

0.0.2.0

Laravel credit card validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar rap2hpoutre

laravel validator credit card

03/06 2016

v0.0.1

0.0.1.0

Laravel credit card validator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar rap2hpoutre

laravel validator credit card