2017 © Pedro Peláez
 

library verhoeff

PHP implementation of the Verhoeff algorithm.

image

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 README.md

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());

The Versions

02/03 2018

dev-master

9999999-dev

PHP implementation of the Verhoeff algorithm.

  Sources   Download

MIT

The Requires

  • php ^7.1.3

 

The Development Requires