openclerk / currencies
There is no license information available for the latest version (0.1.0) of this package.
Interface defintions of fiat, cryptocurrencies and commodity currencies
0.1.0
2015-04-09 09:17 UTC
Requires
- monolog/monolog: ~1.11
Requires (Dev)
- soundasleep/component-tests: dev-master
This package is auto-updated.
Last update: 2024-10-14 09:38:30 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