beycanpress/currency-converter

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

Maintainers

Package info

github.com/BeycanPress/currency-converter-php

pkg:composer/beycanpress/currency-converter

Statistics

Installs: 44

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.4 2025-06-23 04:20 UTC

This package is auto-updated.

Last update: 2026-02-23 05:43:09 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