beycanpress/currency-converter

It takes on the task of converting between fiat and cryptocurrencies.

0.1.3 2023-11-23 02:57 UTC

This package is auto-updated.

Last update: 2024-10-23 04:49:14 UTC


README

About

It takes on the task of converting between fiat and cryptocurrencies.

Installation

composer require beycanpress/currency-converter

Usage

use BeycanPress\CurrencyConverter;


$converter = new CurrencyConverter('CryptoCompare | CoinMarketCap | CoinGecko', 'api key for coinmarketcap');
$paymentPrice = $converter->convert('USD', 'BTC', 15 /* USD Price */);

$paymentPrice // BTC Price