Download the PHP package neilnz/nzbankaccountvalidation without Composer
On this page you can find all versions of the php package neilnz/nzbankaccountvalidation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download neilnz/nzbankaccountvalidation
More information about neilnz/nzbankaccountvalidation
Files in neilnz/nzbankaccountvalidation
Package nzbankaccountvalidation
Short Description A library to validate the checksums of New Zealand bank account numbers
License GPL-3.0+
Informations about the package nzbankaccountvalidation
NZ Bank Account Validation
This is a simple library for validating input of New Zealand bank account numbers. It is based on the documentation provided by the Inland Revenue Department: http://www.ird.govt.nz/resources/5/0/502c0d02-4a12-493a-8d6d-cf0560071c7d/payroll-spec-2016-v1+2.pdf
This library is not however affiliated with or endorsed by the IRD.
Quick start
Installing
Install using Composer with:
Support
Raise a Github ticket if you find something wrong with this: https://github.com/nbertram/nz_bank_account_validation_php/issues
Pull requests also gratefully considered.
Tests
There are tests in PHPUnit format. Travis is running on master.