2017 © Pedro Peláez
 

library simple-currency-converter

A light weight PHP class that can convert two currencies using exchangerate.guru API.

image

vajiral/simple-currency-converter

A light weight PHP class that can convert two currencies using exchangerate.guru API.

  • Tuesday, December 5, 2017
  • by vajiral
  • Repository
  • 1 Watchers
  • 0 Stars
  • 565 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

Simple PHP Currency Converter

A light weight PHP class that can convert two currencies using exchangerate.guru API., (*1)

Usage:, (*2)

Install via composer, (*3)

"composer require vajiral/simple-currency-converter", (*4)

In your PHP file, (*5)

setCurrencyFrom(CurrencyCodes::ISO_USD);
$converter->setCurrencyTo(CurrencyCodes::ISO_LKR);
$converter->setAmount(10);

$result = $converter->convertCurrency();

?>

The Versions

05/12 2017

dev-master

9999999-dev

A light weight PHP class that can convert two currencies using exchangerate.guru API.

  Sources   Download

MIT

The Requires

  • php ^5.5.9 || ^7.0

 

by Vajira Lasantha

lightweight converter currency currency converter php library

05/12 2017

1.0.0

1.0.0.0

A light weight PHP class that can convert two currencies using exchangerate.guru API.

  Sources   Download

MIT

The Requires

  • php ^5.5.9 || ^7.0

 

by Vajira Lasantha

lightweight converter currency currency converter php library