Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieljmj/currencyconverter
https://github.com/gabrieljmj/currencyconverter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrieljmj/currencyconverter
- Owner: gabrieljmj
- Created: 2013-11-11T18:50:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-06T18:12:57.000Z (almost 11 years ago)
- Last Synced: 2023-08-05T17:52:33.950Z (over 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CurrencyConverter
=================##Example
```php
/**
* @description Example with Yahoo! API
*/
$converter = new YahooCurrencyConverter( 'USD', 'BRL' );
echo $converter->getConvertedValue();
```