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
- Host: GitHub
- URL: https://github.com/moneyphp/iso-currencies
- Owner: moneyphp
- License: mit
- Created: 2016-07-27T13:42:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T09:40:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T07:03:12.556Z (about 1 year ago)
- Language: PHP
- Size: 57.6 KB
- Stars: 25
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```