Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.73 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.73 KB

exchangeRate

Travis Total Downloads Latest Stable Version License Monthly Downloads

Package Installation

The best way to install Exchange Rate is using Composer:

$ composer require galek/exchange-rate

Packagist - Versions

or manual edit composer.json in your project

"require": {
    "galek/exchange-rate": "^0.2.8"
}

Usage

ČNB - Česká Národní Banka / CNB - Czech National Bank

You can use exchange rate of ČNB

Daily exchange rate (#avaible countries)

$cnb = new \TroiaStudio\ExchangeRate\CNB\Day;

Monthly exchange rate (#Exotic country))

$cnb = new \TroiaStudio\ExchangeRate\CNB\Day;

TODO

  • Universal calculatator for transfer between exchanges
  • Add Raiffeisenbank
  • Add Česká spořitelna
  • Add ČSOB
  • Add MoneyBank
  • Add ... (write to issue if you want add some else)