Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inwebo/iso-4217
- Owner: inwebo
- License: gpl-3.0
- Created: 2019-10-06T11:29:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T18:24:05.000Z (over 4 years ago)
- Last Synced: 2024-11-13T13:50:50.190Z (2 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 & fundsOnly Table A.1 and Table A.2 are cover.
## Installation
```bash
composer require inwebo/iso-4217
```