https://github.com/beastbytes/iban-validator
Validator for International Bank Account Numbers (IBAN/ISO 13616-1:2007)
https://github.com/beastbytes/iban-validator
Last synced: 2 months ago
JSON representation
Validator for International Bank Account Numbers (IBAN/ISO 13616-1:2007)
- Host: GitHub
- URL: https://github.com/beastbytes/iban-validator
- Owner: beastbytes
- License: other
- Created: 2023-07-05T17:52:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T14:35:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T15:55:02.802Z (4 months ago)
- Language: PHP
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IBAN Validator (iban-validator)
Provides validation for [ISO 13616-1:2007 International Bank Account Numbers (IBAN)](https://www.iban.com).## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist beastbytes/iban-validator
```or add
```json
"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