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

https://github.com/moneyphp/iso-currencies

Provides up-to-date list of ISO 4217 currencies
https://github.com/moneyphp/iso-currencies

Last synced: 3 months ago
JSON representation

Provides up-to-date list of ISO 4217 currencies

Awesome Lists containing this project

README

          

# MoneyPHP ISO Currencies

This library provides up-to-date list of ISO 4217 currencies as provide by the official ISO Maintenance Agency. It uses
the [resource(s) on the website of the maintenance agency](http://www.currency-iso.org) to update this package.

Please be aware that this library solely exists to provide iso currencies for
[moneyphp/money](https://github.com/moneyphp/money). Using this library for other purposes is at your own risk.

## Usage

Install using composer.
```sh
composer install
```

Update currencies using composer.
```sh
composer fetch-update
```