Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() ![]() |
Reputation | Support forum (1) | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 1,503 | All time: 2,596 This week: 496![]() |
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. |
![]() |
File | Role | Description |
---|---|---|
![]() |
Class | Currency Exchange |
![]() |
Class | XML Parser |
![]() ![]() |
Example | Example file |
![]() ![]() |
Data | Sample XML |
![]() ![]() |
Doc. | Readme |
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... |