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

https://github.com/beastbytes/iban-data-php

Implementation of IbanData using PHP file storage
https://github.com/beastbytes/iban-data-php

Last synced: 9 months ago
JSON representation

Implementation of IbanData using PHP file storage

Awesome Lists containing this project

README

          

# IBAN Data PHP (iban-data-php)
Implementation of iban-data to retrieve [ISO 13616-1:2007 International Bank Account Number (IBAN)](https://www.iban.com) data from PHP storage.

## 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-php
```

or add

```json
"beastbytes/iban-data-php": "^1.0"
```

to the require section of your composer.json.