artarts36/cbr-course-finder

2.0.1 2022-11-28 10:11 UTC

This package is auto-updated.

Last update: 2024-03-28 12:49:48 UTC


README

PHP Composer License: MIT Total Downloads

This package provides feature for searching currency courses for russian rouble

Install

You must have implementation of psr/http-client-implementation

Run command: composer require artarts36/cbr-course-finder

Usage

$f = new \ArtARTs36\CbrCourseFinder\Finder(new \GuzzleHttp\Client());

var_dump($f->findAt(new \DateTime())->mapOnIsoCode());