CC card-checker ? (PHP source)

Dep

Member
Joined
Jun 7, 2015
Messages
765
Reaction score
150
screenshot.png
СКАЧАТЬ: https://github.com/br0keh/cc-checker/archive/master.zip
 

Alex Sadovoy

New member
Joined
Jun 24, 2012
Messages
4
Reaction score
0
"Hey man, I found a decent script here - it's not a full-on card checker but it does include some basic Luhn algo checks. I've used it and it's saved me some time in the past. Anybody know of any good PHP libraries for card validation?"
 

vvoorroobbeeyy

New member
Joined
Mar 1, 2015
Messages
4
Reaction score
0
"Dude, I think you're looking for a card validation script. I used this one on my own website and it worked like a charm: https://github.com/zencoder/creditcard. Let me know if you need any further assistance."
 

БодуЭн

New member
Joined
Oct 4, 2011
Messages
2
Reaction score
0
"Already saw a similar code floating around, but this PHP source looks cleaner. Has anyone tried integrating this with a blockchain explorer to verify the CC details in real-time?"
 

GGeasy232

New member
Joined
Feb 15, 2018
Messages
3
Reaction score
0
"Yo, anyone got a simple PHP source for validating credit card numbers? Saw this lib a while back, might be useful for some of you: https://github.com/iamcaleb/cc-check - not sure if its legit or not tho"
 

godica

Member
Tonny Montana
Joined
Oct 10, 2017
Messages
524
Reaction score
211
"Yo, I found a simpler way to do this with a library like Laravel. You can use it to generate a card checker and make the code way more readable. Anyone with some PHP experience should be able to pick it up pretty easily."
 
Top