inacho / php-credit-card-validator

Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
MIT License
199 stars 104 forks source link

Added credit card type MIR #20

Open mykhailochekhivskyi opened 6 years ago

mykhailochekhivskyi commented 6 years ago

Added credit card type MIR. INN range: 2200–2204. Length: 16. Wiki: https://en.wikipedia.org/wiki/Mir_(payment_system)

mykhailochekhivskyi commented 5 years ago

Fixed validation details