2017 © Pedro Peláez
 

library currency_converter

A simple script for converting currencies

image

dleger/currency_converter

A simple script for converting currencies

  • Monday, June 15, 2015
  • by dleger
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

currency_converter

This PHP class converts currencies. Not all currencies are supported, but major ones are., (*1)

Installation

using composer:, (*2)

composer require dleger/currency_converter:dev-master

How to use it

convert('GBP', 'EUR', 100);
    ?>

You can also have a cache functionnality:, (*3)

replace:, (*4)

<?php
$conversion = new currency_converter(FALSE, '', '');
?>

by:, (*5)

<?php
$conversion = new currency_converter(TRUE, 'your/cache/folder', 3600); // 3600 is the expiry time
?>

The Versions

15/06 2015

dev-master

9999999-dev https://github.com/dleger/currency_converter

A simple script for converting currencies

  Sources   Download

MIT

The Requires

 

by Denis Leger

converter currency currencies