filippofinke / currency-to-btc
Currency exchange in BTC
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/filippofinke/currency-to-btc
This package is auto-updated.
Last update: 2025-10-29 02:50:25 UTC
README
A simple wrapper for the blockchain API currency exchange rate.
Install:
composer require filippofinke/currency-to-btc
Usage:
<?php use CurrencyToBtc\CurrencyToBtc as CurrencyToBtc; require __DIR__ . '/vendor/autoload.php'; echo CurrencyToBtc::convert('CHF', 100); // Example result: 0.01243236