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

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)

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