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
Requires
- php: >=5.3.0
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 )
- Australian Company Number
- Australian Tax File Number
- International Standard Book Number ( ISBN-10 , ISBN-13 )
- Shipping Container ( ISO 6346 )
Check Digit Algorithms
- WeightedModulus
- Luhn