https://github.com/beastbytes/iban-data
Interface for International Bank Account Number (IBAN) data
https://github.com/beastbytes/iban-data
Last synced: 2 months ago
JSON representation
Interface for International Bank Account Number (IBAN) data
- Host: GitHub
- URL: https://github.com/beastbytes/iban-data
- Owner: beastbytes
- License: other
- Created: 2023-07-04T20:13:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T14:04:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T15:55:04.892Z (4 months ago)
- Language: PHP
- Size: 4.88 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 Data (iban-data)
Interface for retrieving [IBAN (International Bank Account Number)](https://www.iban.com) data.## 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-data
```or add
```json
"beastbytes/iban-data": "^1.0"
```to the require section of your composer.json.