2017 © Pedro Peláez
 

library currency

Currency api of Central Bank Of Azerbaijan

image

seymur/currency

Currency api of Central Bank Of Azerbaijan

  • Wednesday, August 30, 2017
  • by seymuromarov
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

, (*1)

About Project

Laravel api for getting Currency rates of Central Bank of Azerbaijan You can get all currency information or search by Currency Code and get One, (*2)

Requirements

Installation

You can clone project with git: ``` bash composer require seymur/currency:dev-master, (*3)


Now add the service provider in config/app.php file:

'providers' => [ // ... Seymur\Currency\CurrencyServiceProvider::class, ],, (*4)


after this add alias in config/app.php file:

'aliases' => [ //... 'Currency' => Seymur\Currency\Facades\Currency::class, ],, (*5)


use command:

composer dump-autoload, (*6)

now u can use api like this 

use Seymur\Currency\Facades\Currency; //..., (*7)

Currency::get();

or you can use

\Seymur\Currency\Facades\Currency::get(), (*8)

for searching currency rate use currency code example:
Currency::search("USD");

```, (*9)

The Versions

30/08 2017

dev-master

9999999-dev

Currency api of Central Bank Of Azerbaijan

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Seymur Omarov