beycanpress/ currency-converter
该包负责在法定货币和加密货币之间进行转换。
0.1.3
2023-11-23 02:57 UTC
Requires
- php: >=7.4
- beycanpress/http: ^0.1.4
This package is auto-updated.
Last update: 2024-09-23 04:38:15 UTC
README
关于
该包负责在法定货币和加密货币之间进行转换。
安装
composer require beycanpress/currency-converter
使用方法
use BeycanPress\CurrencyConverter; $converter = new CurrencyConverter('CryptoCompare | CoinMarketCap | CoinGecko', 'api key for coinmarketcap'); $paymentPrice = $converter->convert('USD', 'BTC', 15 /* USD Price */); $paymentPrice // BTC Price