/Google-Currency-Converter-API

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

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

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.