2017 © Pedro Peláez
 

symfony-bundle currency-exchange-bundle

Determine which bank provides best exchange rate

image

jevgenijus/currency-exchange-bundle

Determine which bank provides best exchange rate

  • Sunday, August 21, 2016
  • by jevgenijusr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

CurrencyExchangeBundle

Query different banks for specific currency pair exchange rate. Determine which bank provides best exchange rate., (*1)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)

$ composer require jevgenijus/currency-exchange-bundle

Step 2: Enable the Bundle

Register bundles in app/AppKernel.php:, (*3)

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        return [
            // ...
            new Jev\CurrencyExchangeBundle\JevCurrencyExchangeBundle(),   
        ];
    }

    // ...
}

Step 3: Configure the Bundle

Configure the currencies you need in config.yml file., (*4)

# app/config/config.yml
jev_currency_exchange:
    base_currencies: ["EUR", "GBP"]
    foreign_currencies: ["AUD", "BGN", "CAD", "CHF", "CNY", "CZK", "DKK", "HKD", "HRK", "HUF", "IDR", "ILS", "INR" ]

Usage

Command currency:rates which shows a table of exchange rates for a given currency pair., (*5)

$ app/console currency:rates

Command currency:rate:best gives the best exchange rate for a given currency pair., (*6)

$ app/console currency:rate:best

License

This package is licensed under the MIT license. For the full copyright and license information, please view the [LICENSE][1] file that was distributed with this source code., (*7)

The Versions

21/08 2016

dev-master

9999999-dev

Determine which bank provides best exchange rate

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

21/08 2016

2.1.6

2.1.6.0

Determine which bank provides best exchange rate

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

19/08 2016

2.1.5

2.1.5.0

Determine which bank provides best exchange rate

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

19/08 2016

2.1.4

2.1.4.0

Determine which bank provides best exchange rate

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

19/08 2016

2.1.3

2.1.3.0

Determine which bank provides best exchange rate

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

16/08 2016

2.1.2

2.1.2.0

Determine which bank provides best exchange rate

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

16/08 2016

2.1.1

2.1.1.0

Determine which bank provides best exchange rate

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

16/08 2016

2.1.0

2.1.0.0

Google news parser in JSON format

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

parser json google-news

15/08 2016

2.0.0

2.0.0.0

Google news parser in JSON format

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

parser json google-news

14/08 2016

1.0.0

1.0.0.0

Google news parser in JSON format

  Sources   Download

MIT

The Requires

 

by Jevgenijus Andrijankinas

parser json google-news