apvalkov/laravel-openexchangerates
最新稳定版本:v0.0.1
Composer 安装命令:
composer require apvalkov/laravel-openexchangerates
包简介
Laravel SDK for https://openexchangerates.org api
README 文档
README
Installation
Require this package with composer using the following command:
composer require apvalkov/laravel-openexchangerates
Add the following class to the providers array in config/app.php:
Apvalkov\LaravelOpenexchangerates\ServiceProvider::class,
You can also publish the config file to change implementations (ie. interface to specific class).
php artisan vendor:publish --provider="Apvalkov\LaravelOpenexchangerates\ServiceProvider"
Set your openexchangerates app id
OPEN_EXCHANGE_RATES_APP_ID=your-app-id-here
How to use
// Latest $rates = (new Openexchangerates())->latest(new LatestRatesRequest()); //Historical $rates = (new Openexchangerates())->historical(new LatestRatesRequest(), Carbon::now());
统计信息
- 总下载量: 729
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-06