afoozle/checkdigit

This package is abandoned and no longer maintained. No replacement package was suggested.

Check Digit Validation for PHP 5.3+

v1.0.0 2012-05-13 04:54 UTC

This package is not auto-updated.

Last update: 2016-06-24 06:24:45 UTC


README

This library is built to handle validating checkdigits in a variety of formats.

Installing

TODO

Testing

Unit tests can be run either using the phing build script

phing test

or running phpunit yourself

phpunit

Check Digit Formats

Planned Support ( Coming Soon )

Check Digit Algorithms

  • WeightedModulus
  • Luhn

Planned Support ( Coming Soon )