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

Maintainance #10

Open marius-c opened 7 years ago

marius-c commented 7 years ago

Can I fork and maintain this project ? Are you planning for any updates here ?

kevinsearle commented 6 years ago

Is there an actual maintained version of this library anywhere?

thedotedge commented 5 years ago

For those interested — we plan to maintain a fork at https://github.com/freelancehunt/php-credit-card-validator (caveat — no support for EOL PHP versions, so 7.1+ only) 😄

kevinsearle commented 5 years ago

Good idea, @thedotedge!