Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fullpipe/cbr-currency-importer
- Owner: fullpipe
- License: mit
- Created: 2016-05-10T07:30:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T10:08:02.000Z (over 4 years ago)
- Last Synced: 2024-10-23T16:43:18.676Z (27 days ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- 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);
}
```