Skip to content

k0pernikus/CurrencyConverter

Repository files navigation

CurrencyConverter Scrutinizer Code Quality

About

Currency Converter supporting the European Central Bank XML.

Installation

Get composer and then require the library using:

composer require k0pernikus/currency-converter

Usage

    $converter = CurrencyConverterFactory::createCurrencyConverter();

    $euroPrice = 1337;

    $usdPrice = $converter
        ->setFromCurrency('EUR')
        ->setToCurrency('USD')
        ->convert($euroPrice);

TODOs

  • symfony2 bundle

About

Currency Converter supporting the European Central Bank XML

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages