An open API service indexing awesome lists of open source software.

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

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.