2017 © Pedro Peláez
 

library currency-converter

Currency Converter

image

tawba/currency-converter

Currency Converter

  • Friday, January 20, 2017
  • by omartawba1
  • Repository
  • 2 Watchers
  • 11 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 7 % Grown

The README.md

Description

Currency converter package helps you to easily convert any amount from specific currency to another one., (*1)

Installation

Using Composer :, (*2)

composer install

Or you can do, (*3)

composer require tawba/currency-converter

If you don't have composer, you can get it from Composer, (*4)

Run the application

php index.php list
php index.php convert

Usage

use Tawba\CurrencyConverter\ConverterService;

$from_currency = "USD";
$to_currency   = "EGP";
$amount        = 1000;

$converter = new ConverterService(); // You can pass "google" or "yahoo" as a service API
echo $converter->convert($from_currency, $to_currency, $amount);

You can test it by changing $from_currency, $to_currency, and $amount that exist inside index.php file, (*5)

Notice: This package uses Google or Yahoo currency converter API., (*6)

The Versions

20/01 2017

dev-master

9999999-dev

Currency Converter

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • ext-curl *

 

The Development Requires

by Omar Tawba

20/01 2017

v1.7

1.7.0.0

Currency Converter

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • ext-curl *

 

The Development Requires

by Omar Tawba

19/01 2017

v1.6

1.6.0.0

Currency Converter

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

by Omar Tawba

18/01 2017

v1.5

1.5.0.0

Currency Converter

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

by Omar Tawba

18/01 2017

v1.4

1.4.0.0

Currency Converter

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

by Omar Tawba

18/01 2017

v1.3

1.3.0.0

Currency Converter

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

by Omar Tawba

17/01 2017

v1.2

1.2.0.0

Currency Converter

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

by Omar Tawba

17/01 2017

v1.1

1.1.0.0

Currency Converter

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

by Omar Tawba

17/01 2017

v1.0

1.0.0.0

Currency Converter

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

by Omar Tawba