beastbytes/iban-validator

International Bank Account Number validator

v1.0.0 2023-07-07 14:35 UTC

This package is auto-updated.

Last update: 2024-04-07 16:21:32 UTC


README

Provides validation for ISO 13616-1:2007 International Bank Account Numbers (IBAN).

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist beastbytes/iban-validator

or add

"beastbytes/iban-validator": "^1.0.0"

to the require section of your composer.json.

An IbanDataInterface implementation is also required, e.g. beastbytes/iban-data-php