Skip to content

ilons/PHP-Luhn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PHP-luhn

Implementation of the Luhn-algoritm in PHP

This function for PHP takes a number, and check if its checksum and control digit is valid for the Luhn-Algoritm. It asumes that the last digit is the control digit.

For more information about the Luhn-algoritm, please see http://en.wikipedia.org/wiki/Luhn_algorithm

About

Implementation of the Luhn-algoritm in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages