2017 © Pedro Peláez
 

library php-currencies-market

A simple, object-oriented class for obtaining exchange rates (сbr.ru)

image

dimidrol88/php-currencies-market

A simple, object-oriented class for obtaining exchange rates (сbr.ru)

  • Saturday, April 14, 2018
  • by dimidrol88
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

php-currencies-marker

Простой php class для получения курсов валют с сайта cbr.ru, (*1)

Старт

Установка через composer

$ composer require dimidrol88/php-currencies-marker

Использование

Получения котировок на текущий день

$valute = new dimidrol88\сurrenciesMarker\CurrencyMarker();
print_r($valute);

Получения котировок на заданный день

$valute = new dimidrol88\сurrenciesMarker\CurrencyMarker(date('d/m/Y'));// 10/09/1994
print_r($valute);

Получения котировки по аббревиатуре

$valute = new dimidrol88\сurrenciesMarker\CurrencyMarker(date('d/m/Y'));// 10/09/1994
echo $valute->usd;
echo $valute->eur;

Все наименования валют

$valute = new dimidrol88\сurrenciesMarker\CurrencyMarker();
print_r($valute->getCurrenciesList());

The Versions

14/04 2018

dev-master

9999999-dev

A simple, object-oriented class for obtaining exchange rates (сbr.ru)

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Avatar dimidrol88

php currency currencies rates курсы cbr.ru валют

14/04 2018

1.0.3

1.0.3.0

A simple, object-oriented class for obtaining exchange rates (сbr.ru)

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Avatar dimidrol88

php currency currencies rates курсы cbr.ru валют

13/04 2018

1.0.2

1.0.2.0

A simple, object-oriented class for obtaining exchange rates (сbr.ru)

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Avatar dimidrol88

php currency currencies rates курсы cbr.ru валют

13/04 2018

1.0.1

1.0.1.0

A simple, object-oriented class for obtaining exchange rates (сbr.ru)

  Sources   Download

BSD-3-Clause

The Requires

  • php >5.6

 

by Avatar dimidrol88

php currency currencies rates курсы cbr.ru валют

13/04 2018

1.0.0

1.0.0.0

A simple, object-oriented class for obtaining exchange rates (сbr.ru)

  Sources   Download

BSD-3-Clause

The Requires

  • php ^5.6

 

by Avatar dimidrol88

php currency currencies rates курсы cbr.ru валют