https://github.com/stereoflo/cbr-currency
https://github.com/stereoflo/cbr-currency
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereoflo/cbr-currency
- Owner: StereoFlo
- Created: 2021-09-01T14:19:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T19:03:49.000Z (over 4 years ago)
- Last Synced: 2024-04-24T03:15:27.031Z (about 2 years ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Курсы валют ЦБ России
Библиотека для получения данных о курсах валют.
Источник данных: [Получение данных, используя XML](http://www.cbr.ru/development/SXML/)
Минимальное требование PHP 7.4
Использование
--------------
```php
withDate((new DateTime())->modify('-1 year'));
$isOk = $rate->retrieve();
$item = $rate->get('usd');
print $item->getDate()->format('d.m.Y');
```