library verhoeff
PHP implementation of the Verhoeff algorithm.
cv65kr/verhoeff
PHP implementation of the Verhoeff algorithm.
- Friday, March 2, 2018
- by cv65kr
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
The Verhoeff Checksum Algorithm
PHP implementation of the Verhoeff algorithm based on https://en.wikipedia.org/wiki/Verhoeff_algorithm., (*1)
Example
$test = new \Kajti\Verhoeff\Verhoeff('123c');
echo 'Validation';
var_dump($test->validate());
echo 'Correct number';
var_dump($test->getDigit());
dev-master
9999999-dev
PHP implementation of the Verhoeff algorithm.
Sources
Download
MIT
The Requires
The Development Requires