Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inwebo/iso-4217

Iso 4217 (currency designators, country codes) php7 model
https://github.com/inwebo/iso-4217

Last synced: 5 days ago
JSON representation

Iso 4217 (currency designators, country codes) php7 model

Awesome Lists containing this project

README

        

# ISO-4217 php model

ISO 4217 is a standard first published by International Organization for Standardization in 1978, which delineates currency designators, country codes (alpha and numeric), and references to minor units in three tables:

* Table A.1 – Current currency & funds code list
* Table A.2 – Current funds codes
* Table A.3 – List of codes for historic denominations of currencies & funds

Only Table A.1 and Table A.2 are cover.

## Installation

```bash
composer require inwebo/iso-4217
```