Download .zip |
Info | Example | View files (4) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2018-04-24 (4 months ago) | Not yet rated by the users | Total: 127 | All time: 8,796 This week: 439 |
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. |
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";
Files |
File | Role | Description |
---|---|---|
CurrencyConverter.php | Class | Class source |
index.php | Example | Example script |
LICENSE | Lic. | License text |
README.md | Doc. | Documentation |
currencyconvertnoapi-2018-04-24.zip 13KB | |
currencyconvertnoapi-2018-04-24.tar.gz 12KB | |
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.