Recommend this page to a friend! |
Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-09-07 (9 years ago) | Not enough user ratings | Total: 1,491 This week: 1 | All time: 2,540 This week: 1,047 |
Version | License | PHP version | Categories | |||
phpcurrencyexchange 1.0.0 | GNU General Publi... | 4.0 | Web services, Finances |
Description | Author | |||||||||||||
This class can be used to get Get exchange rates from currencysource.com feeds. |
|
How to use: <?php // Create an instance for the class $exchange = new currencyExchange("INR", 0); // INR is the basic currency code; 0 is the index of U.A.E. Dhiram (AED) in the parsed xml array $rate = $exchange->getExchangeRate(); ?> For more target currency index check the xml file attached. AED with an index of 0 is the starting element. List ends with South African Rand (ZAR) with index as 47. |
Files |
File | Role | Description |
---|---|---|
class.currencyExchange.php | Class | Currency Exchange |
class.parseXml.php | Class | XML Parser |
example.php | Example | Example file |
INR_1186165800.xml | Data | Sample XML |
readme.txt | Doc. | Readme |
phpcurrencyexchange-2007-09-07.zip 5KB | |
phpcurrencyexchange-2007-09-07.tar.gz 4KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
Currency Converter Lot of web applications and sites these days need currency converter... |