A library for defining different types of currencies: cryptocurrencies, fiat currencies, and commodity currencies. Used by Openclerk and live on CryptFolio.
This library only provides interface and abstract definitions. The actual definitions of currencies is provided by other components, such as openclerk/cryptocurrencies, openclerk/fiat, and openclerk/commodities. This allows additional currencies to be provided or discovered at runtime.
Include openclerk/currencies
as a requirement in your project composer.json
,
and run composer update
to install it into your project:
{
"require": {
"openclerk/currencies": "dev-master"
}
}
- Cryptocurrencies supported
- Fiat currencies supported
- Commodity currencies supported
- Live API: https://cryptfolio.com/api/v1/currencies
- CI build server and link to test results