beastbytes/iban-data-php

Implementation of iban-data to retrieve ISO 13616-1:2007 International Bank Account Number (IBAN)] data from PHP storage.

v1.0.0 2023-07-06 20:41 UTC

This package is auto-updated.

Last update: 2024-04-06 22:20:10 UTC


README

Implementation of iban-data to retrieve ISO 13616-1:2007 International Bank Account Number (IBAN) data from PHP storage.

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"beastbytes/iban-data-php": "^1.0"

to the require section of your composer.json.