afoozle / checkdigit
Check Digit Validation for PHP 5.3+
Installs: 4 927
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
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