https://github.com/beastbytes/iban-helper
Helper methods for International Bank Account Numbers (IBAN/ISO 13616-1:2007)
https://github.com/beastbytes/iban-helper
Last synced: about 1 year ago
JSON representation
Helper methods for International Bank Account Numbers (IBAN/ISO 13616-1:2007)
- Host: GitHub
- URL: https://github.com/beastbytes/iban-helper
- Owner: beastbytes
- License: other
- Created: 2023-07-05T17:53:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T20:45:58.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T15:55:02.827Z (about 1 year ago)
- Language: PHP
- Size: 57.6 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 Helper (iban-helper)
Provides helper methods 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-helper
```
or add
```json
"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