fullpipe/cbr-currency-importer

The Central Bank of the Russian Federation currency importer

Maintainers

Package info

github.com/fullpipe/cbr-currency-importer

pkg:composer/fullpipe/cbr-currency-importer

Statistics

Installs: 21 548

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-09 22:11:15 UTC


README

Usage

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

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