openclerk/currencies
最新稳定版本:0.1.0
Composer 安装命令:
composer require openclerk/currencies
包简介
Interface defintions of fiat, cryptocurrencies and commodity currencies
README 文档
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
统计信息
- 总下载量: 398
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-12-29