Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabrieljmj/currencyconverter


https://github.com/gabrieljmj/currencyconverter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

CurrencyConverter
=================

##Example
```php
/**
* @description Example with Yahoo! API
*/
$converter = new YahooCurrencyConverter( 'USD', 'BRL' );
echo $converter->getConvertedValue();
```