2017 © Pedro Peláez
 

library exchangerate

Package currency exchange between two currencies

image

d3catalyst/exchangerate

Package currency exchange between two currencies

  • Sunday, August 3, 2014
  • by d3v1an
  • Repository
  • 2 Watchers
  • 1 Stars
  • 459 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel-4-exchangerate

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

Laravel 4 Library for calling http://rate-exchange.appspot.com/currency API., (*2)

This library provides an easy way to make the currency exchange, a much needed application in ecommerce systems., (*3)

Just install the package, add the config and it is ready to use!, (*4)

Requirements

  • PHP >= 5.3.7
  • cURL Extension

Installation

Add in composer.json
"d3catalyst/exchangerate": "dev-master"

Add the service provider and facade in your config/app.php, (*5)

Service Provider, (*6)

D3Catalyst\Exchangerate\Laravel4\ServiceProviders\ExchangerateServiceProvider

Facade, (*7)

'Exchange'           => 'D3Catalyst\Exchangerate\Laravel4\Facades\Exchangerate',

Usage

- Usage with default setters

Set initial config
    Exchange::setCurrency('DLS','EUR');

Get exchange value / return int or float value
    Exchange::getExchangeValue();

- Usage with independent setters

Set country currency code from
    Exchange::setCurrencyFrom($currency);

Set country currency code to
    Exchange::setCurrencyTo($currency);

Set amount - number
    Exchange::setAmount($amount);

Get exchange value / return int or float value
    Exchange::getExchangeValue();

- Common

Get full exchange rate information
    Exchange::getExchangeRateInfo();

The Versions

03/08 2014

dev-master

9999999-dev http://laravel.d3catalyst.com/l4-exchange-rate/

Package currency exchange between two currencies

  Sources   Download

MIT

The Requires

  • php >=5.3.7
  • ext-curl *
  • lib-curl *

 

The Development Requires

by D3Catalyst

currency exchange exchange rate d3catalyst.com d3 catalyst google finances currency-exchange rate exchange-currency

29/07 2014

1.0.1

1.0.1.0 http://laravel.d3catalyst.com/l4-exchange-rate/

Package currency exchange between two currencies

  Sources   Download

MIT

The Requires

  • php >=5.3.7
  • ext-curl *
  • lib-curl *

 

The Development Requires

by D3Catalyst

currency exchange exchange rate d3catalyst.com d3 catalyst google finances currency-exchange rate exchange-currency