beastbytes / iban-validator
International Bank Account Number validator
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/beastbytes/iban-validator
Requires
- php: ^8.0
- beastbytes/iban-helper: ^1.0
- yiisoft/validator: ^1.0
Requires (Dev)
- beastbytes/iban-data-php: ^1.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: 2025-10-07 19:31:38 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