Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simenandre/currency-converter-ecb

helper to convert currencies, using values from European Central Bank XML
https://github.com/simenandre/currency-converter-ecb

Last synced: 27 days ago
JSON representation

helper to convert currencies, using values from European Central Bank XML

Awesome Lists containing this project

README

        

Currency converter ECB (European central bank)
==============================================

XML Parser (of http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml) and currency converter (from one currency to any other).

Originally made by Elvis Ciotti. This version is a stripped down, that is made with a static function, and without the composer. (Fast commit. I might add it later on.)

Example
```
$currency = Currency::convert(1.5, 'EUR', 'GBP');
```