Download the PHP package amiriskander/valid-credit-card without Composer
On this page you can find all versions of the php package amiriskander/valid-credit-card. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amiriskander/valid-credit-card
More information about amiriskander/valid-credit-card
Files in amiriskander/valid-credit-card
Download amiriskander/valid-credit-card
More information about amiriskander/valid-credit-card
Files in amiriskander/valid-credit-card
Vendor amiriskander
Package valid-credit-card
Short Description Validate credit and debit cards given their card numbers and cvc number
License MIT
Package valid-credit-card
Short Description Validate credit and debit cards given their card numbers and cvc number
License MIT
Please rate this library. Is it a good library?
Informations about the package valid-credit-card
Valid Credit Card
Simple and lightweight package that validates credit cards and debit cards for popular providers.
It validates cards against their card number lengths, card number patterns, CVC length and using Luhn algorithm if it were supported by the provider.
Installation
Require the package using composer
Or add it manually to composer.json
in the list of dependencies under require
Usage
Validate Credit/Debit card:
Output:
Tests
Execute the below command to run the unit tests:
Resources
All versions of valid-credit-card with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package amiriskander/valid-credit-card contains the following files
Loading the files please wait ....