2017 © Pedro Peláez
 

library currency-converter

Currency Converter Class with features of caching and identifying currency from country Code

image

ujjwal/currency-converter

Currency Converter Class with features of caching and identifying currency from country Code

  • Thursday, July 5, 2018
  • by ojhaujjwal
  • Repository
  • 5 Watchers
  • 38 Stars
  • 86,650 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 16 Forks
  • 2 Open issues
  • 13 Versions
  • 5 % Grown

The README.md

currency-converter-php

Master Branch Build Status Latest Stable Version Latest Unstable Version Total Downloads Scrutinizer Code Quality Code Coverage, (*1)

Exchange rates/Currency Converter Library with features of caching and identifying currency from country code., (*2)

Getting started

<?php
require 'vendor/autoload.php';

$converter = new CurrencyConverter\CurrencyConverter;
echo $converter->convert('USD', 'NPR'); // will print something like 97.44

// caching currency

$cacheAdapter = new CurrencyConverter\Cache\Adapter\FileSystem(__DIR__ . '/cache/');
$cacheAdapter->setCacheTimeout(DateInterval::createFromDateString('10 second'));
$converter->setCacheAdapter($cacheAdapter);
echo $converter->convert('USD', 'NPR');

Why Use It

  • Reliable Rate, Uses fixer.io API
  • Caching of rate, to avoid connecting to fixer.io again and again
  • Conversion without currency code(from country code)

Requirements

  • PHP version 5.5 or later
  • Curl Extension (Optional)

Installation

This library depends on composer for installation . For installation of composer, please visit getcomposer.org., (*3)

Add "ujjwal/currency-converter":"2.*" to your composer.json and run php composer.phar update, (*4)

Usage

Please head on to /examples folder., (*5)

For further documentation, please look at the /docs., (*6)

The Versions

05/07 2018

dev-master

9999999-dev

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

05/07 2018

2.4.0

2.4.0.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

25/11 2017

2.3.1

2.3.1.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

11/11 2017

2.3.0

2.3.0.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

02/09 2017

2.2.3

2.2.3.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Development Requires

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

02/09 2017

2.2.2

2.2.2.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Development Requires

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

21/03 2015

2.2.1

2.2.1.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Development Requires

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

03/07 2014

2.2.0

2.2.0.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Development Requires

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

30/04 2014

2.1.1

2.1.1.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Development Requires

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

29/04 2014

2.1.0

2.1.0.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Development Requires

  • ext-curl *

by Avatar ojhaujjwal

converter currency money currency-converter exchange-rates

15/03 2014

2.0.0

2.0.0.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

MIT

The Development Requires

  • ext-curl *

by Avatar ojhaujjwal

13/03 2014

1.1.1

1.1.1.0

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

by Avatar ojhaujjwal

02/02 2014

1.1.0-beta1

1.1.0.0-beta1

Currency Converter Class with features of caching and identifying currency from country Code

  Sources   Download

by Avatar ojhaujjwal