kristories / nova-blockchain-exchange-rates
来自主要比特币交易所的货币数据
v1.0.0
2018-09-11 08:40 UTC
Requires
- php: >=7.1.0
- kitetail/zttp: ^0.3.0
This package is auto-updated.
Last update: 2024-09-08 16:10:43 UTC
README
来自主要比特币交易所的货币数据。
安装
您可以通过composer将此包安装到使用 Nova 的 Laravel 应用程序中
composer require kristories/nova-blockchain-exchange-rates
用法
将卡片添加到您的 NovaServiceProvider.php
use Kristories\BlockchainExchangeRates\BlockchainExchangeRates; // ... public function cards() { return [ // ... new BlockchainExchangeRates(), ]; }
许可证
MIT许可证(MIT)。