Skip to content

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

License

Notifications You must be signed in to change notification settings

BeycanPress/currency-converter-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages