beastbytes / iban-helper
International Bank Account Number helper methods
v1.0.0
2023-07-06 20:45 UTC
Requires
- php: ^8.0
Requires (Dev)
- beastbytes/iban-data-php: 1.0
- consolidation/robo: ^4.0
- phpunit/phpunit: ^10.0
- roave/infection-static-analysis-plugin: ^1.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.0
This package is auto-updated.
Last update: 2024-11-06 23:32:53 UTC
README
Provides helper methods 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-helper
or add
"beastbytes/iban-helper": "^1.0"
to the require section of your composer.json.
An IbanDataInterface implementation is also required, e.g. beastbytes/iban-data-php