| Recommend this page to a friend! |
| Info | Example | Reputation | Support forum | Blog | Links |
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not yet rated by the users | Total: 163 | All time: 8,933 This week: 206 | ||||
| Version | License | PHP version | Categories | |||
| currencyconvertnoapi 1.0.0 | GNU General Publi... | 5 | PHP 5, Web services, Finances, Parsers |
| Description | Author | |
This class can convert money value between currencies with Google. |
<?php |
Simple Currency Conversion Class
Designed for a quick and easy way of converting one currency to another, without 3rd party API's and bloated responses.
<?php
include('CurrencyConverter.php');
$cc = new CurrencyConverter();
echo $cc->convert(1,'EUR', 'NGN') . "\n";
| File | Role | Description |
|---|---|---|
| Class | Class source | |
| Example | Example script | |
| Lic. | License text | |
| Doc. | Documentation |
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
| currencyconvertnoapi-2018-04-24.zip 13KB | |
| currencyconvertnoapi-2018-04-24.tar.gz 13KB | |
| Install with Composer |
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% |
|
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.