cv65kr / verhoeff
PHP implementation of the Verhoeff algorithm.
dev-master
2018-03-02 21:17 UTC
Requires
- php: ^7.1.3
Requires (Dev)
- phpunit/phpunit: ^6.5
- sylius-labs/coding-standard: ^1.0
This package is auto-updated.
Last update: 2025-03-29 00:31:54 UTC
README
PHP implementation of the Verhoeff algorithm based on https://en.wikipedia.org/wiki/Verhoeff_algorithm.
Example
$test = new \Kajti\Verhoeff\Verhoeff('123c'); echo 'Validation'; var_dump($test->validate()); echo 'Correct number'; var_dump($test->getDigit());