Skip to content

fullpipe/cbr-currency-importer

Repository files navigation

The Central Bank of the Russian Federation currency importer

Usage

$importer = new Fullpipe\CbrCurrency\Importer();

foreach ($importer->import() as $ic) {
    var_dump($ic);
}