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: 11 months ago
JSON representation
The Central Bank of the Russian Federation currency importer
- Host: GitHub
- URL: https://github.com/fullpipe/cbr-currency-importer
- Owner: fullpipe
- License: mit
- Created: 2016-05-10T07:30:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T10:08:02.000Z (almost 6 years ago)
- Last Synced: 2025-05-20T22:36:50.081Z (about 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
}
```