Skip to content

jaec86/luhnalgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luhn Algorithm

The src directory has the LuhnAlgorithm class. The test for this class is in the tests directory. Comments were added to explain the reasoning behind the code.

Use composer to autoload the classes in src and tests directory.

To run the test use the command ./vendor/bin/phpunit, or the alias you had defiened previously.

About

PHP class to check luhn algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages