Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fullpipe/cbr-currency-importer

The Central Bank of the Russian Federation currency importer
https://github.com/fullpipe/cbr-currency-importer

Last synced: about 4 hours ago
JSON representation

The Central Bank of the Russian Federation currency importer

Awesome Lists containing this project

README

        

# The Central Bank of the Russian Federation currency importer

## Usage
```php
$importer = new Fullpipe\CbrCurrency\Importer();

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