Download the PHP package artarts36/laravel-ru-currency without Composer
On this page you can find all versions of the php package artarts36/laravel-ru-currency. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-ru-currency
Laravel RuCurrency
This package provides currencies with courses For Laravel
Installation
- Run:
composer require artarts36/laravel-ru-currency
- Add provider
ArtARTs36\LaravelRuCurrency\Provider\CurrencyProvider::class
into your providers in app.php - Run:
php artisan migrate
- Run:
php artisan db:seed --class="\ArtARTs36\LaravelRuCurrency\Database\Seeders\RuCurrencySeeder"
- Run:
php artisan ru-currency:fetch-courses
If you see the error Target [Psr\Http\Client\ClientInterface] is not instantiable while building [ArtARTs36\LaravelRuCurrency\Operation\Course\Fetcher\CourseFetcher, ArtARTs36\CbrCourseFinder\Finder]
, then add the following line to your provider:
Commands for Application
Command | Description |
---|---|
ru-currency:fetch-courses | Fetch actual courses |
ru-currency:fetch-courses --date=2020-02-03 | Fetch actual courses at date |
Development Console
Command | Description |
---|---|
composer lint | Check code on PSR (PHP CS Sniffer) |
composer stat-analyse | Run stat-analyse (PHPStan) |
composer test | Run tests (PHPUnit) |
All versions of laravel-ru-currency with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
artarts36/cbr-course-finder Version ^2.0.0
illuminate/database Version ^9
illuminate/support Version ^9
illuminate/console Version ^9
illuminate/config Version ^9
artarts36/cbr-course-finder Version ^2.0.0
illuminate/database Version ^9
illuminate/support Version ^9
illuminate/console Version ^9
illuminate/config Version ^9
The package artarts36/laravel-ru-currency contains the following files
Loading the files please wait ....