fullpipe/cbr-currency-importer

The Central Bank of the Russian Federation currency importer

v1.1.2 2020-07-09 10:06 UTC

This package is auto-updated.

Last update: 2024-04-09 18:04:11 UTC


README

Usage

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

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