beastbytes/iban-data-php

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

Installs: 13

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/beastbytes/iban-data-php

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

This package is auto-updated.

Last update: 2025-10-07 01:27:17 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.