There is no license information available for the latest version (v1.0.5) of this package.

Курсы валют

v1.0.5 2021-01-26 08:05 UTC

This package is auto-updated.

Last update: 2024-03-28 13:21:00 UTC


README

XML от cbr.ru

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

{
	"akiyatkin/cbr":"~1"
}

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

use akiyatkin\cbr\CBR;

$data = CBR::get(); //Актуальны курсы валют на сегодня. С кэшем на 1 час.
echo '<pre>';
print_r($data);

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

Подключить слой

{
	"external":"-cbr/today.layer.json"
}