Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 194 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 194 Bytes

The Central Bank of the Russian Federation currency importer

Usage

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

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