ekaomk / Google-Currency-Converter-API

Convert any currency in the world to see exchange rate at that time. Powered by Google.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Currency Converter API

What is "Google Currency Converter API"?

Google Currency Converter API is currency converter API use of Google Finance serice, easy to use and real time.  

How to use? view this sample.

// Convert US Dollar to Thai Bath
$result = $currency->convert('USD', 'THB', 1);

// Get all currency full/abbreviation
$allCurrency = $currency->getAllCurrency();
Wow! too easily? That all of this.

About

Convert any currency in the world to see exchange rate at that time. Powered by Google.

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%