artarts36/cbr-course-finder

CBR Course Finder

Installs: 345

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/artarts36/cbr-course-finder

2.0.1 2022-11-28 10:11 UTC

This package is auto-updated.

Last update: 2025-09-28 16:17:22 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());