artarts36 / cbr-course-finder
CBR Course Finder
2.0.1
2022-11-28 10:11 UTC
Requires
- php: ^8.1
- ext-json: *
- guzzlehttp/psr7: ^2.4
- psr/http-client: ^1.0
- psr/http-client-implementation: ^1.0
Requires (Dev)
- artarts36/php-cs-fixer-good-fixers: ^0.1
- guzzlehttp/guzzle: >= 6.0
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-28 14:12:59 UTC
README
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());