2017 © Pedro PelĂĄez
 

library credit-card-generator

Generating valid credit card numbers

image

jacek-9999/credit-card-generator

Generating valid credit card numbers

  • Monday, February 15, 2016
  • by jacek-9999
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 5 % Grown

The README.md

creditCardGenerator

This class uses Luhn algoritm for generating valid credit cards number., (*1)

https://en.wikipedia.org/wiki/Luhn_algorithm, (*2)

You can choose bin and this class will find correct numbers and return it in the array., (*3)

https://en.wikipedia.org/wiki/Bank_card_number, (*4)

Package is available by composer:, (*5)

composer require jacek-9999/credit-card-generator, (*6)

Usage example's:, (*7)

1), (*8)

https://gist.github.com/jacek-9999/64c319344ab8d9e50ea2, (*9)

2), (*10)

require('creditCardGenerator.php');, (*11)

$genCC = new creditCardGenerator();, (*12)

$genCC->setBin(123);, (*13)

$output = $genCC->getCC();, (*14)

print_r($output);, (*15)

The Versions

15/02 2016

dev-master

9999999-dev https://github.com/jacek-9999/credit-card-generator

Generating valid credit card numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jacek KaƂasz

payments card luhn

15/02 2016

dev-stable

dev-stable https://github.com/jacek-9999/creditCardGenerator

Generating valid credit card numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jacek KaƂasz

payments card luhn

15/02 2016

1.0.4

1.0.4.0 https://github.com/jacek-9999/creditCardGenerator

Generating valid credit card numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jacek KaƂasz

payments card luhn

15/02 2016

1.0.2

1.0.2.0 https://github.com/jacek-9999/creditCardGenerator

Generating valid credit card numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jacek KaƂasz

payments card luhn

15/02 2016

1.0.1

1.0.1.0 https://github.com/jacek-9999/creditCardGenerator

Generating valid credit card numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jacek KaƂasz

payments card luhn

15/02 2016

1.0.3

1.0.3.0 https://github.com/jacek-9999/credit-card-generator

Generating valid credit card numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jacek KaƂasz

payments card luhn

12/02 2016

1.0.0

1.0.0.0 https://github.com/jacek-9999/creditCardGenerator

Generating valid credit card numbers

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Jacek KaƂasz

payments card luhn