openclerk / currencies
Interface defintions of fiat, cryptocurrencies and commodity currencies
Installs: 398
Dependents: 9
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 4
Open Issues: 0
pkg:composer/openclerk/currencies
Requires
- monolog/monolog: ~1.11
Requires (Dev)
- soundasleep/component-tests: dev-master
This package is auto-updated.
Last update: 2025-10-14 11:46:59 UTC
README
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.
Installing
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
Donate
TODO
- CI build server and link to test results