beastbytes / iban-data
Interface for retrieving International Bank Account Number (IBAN) data
v1.0.0
2023-07-06 11:22 UTC
Requires
- php: ^8.0
Requires (Dev)
- consolidation/robo: ^4.0
This package is auto-updated.
Last update: 2024-11-06 16:52:31 UTC
README
Interface for retrieving IBAN (International Bank Account Number) data.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/iban-data
or add
"beastbytes/iban-data": "^1.0"
to the require section of your composer.json.