fullpipe/cbr-currency-importer

The Central Bank of the Russian Federation currency importer

Installs: 21 396

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/fullpipe/cbr-currency-importer

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

This package is auto-updated.

Last update: 2025-09-09 21:04:32 UTC


README

Usage

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

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