Recommend this page to a friend! |
Download |
Info | Example | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 163 | All time: 8,930 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";
Files (4) |
File | Role | Description |
---|---|---|
CurrencyConverter.php | Class | Class source |
index.php | Example | Example script |
LICENSE | Lic. | License text |
README.md | 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. |
Install with Composer |
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.