eluafidev/laravel-easyfixerapi
最新稳定版本:v1.0.0
Composer 安装命令:
composer require eluafidev/laravel-easyfixerapi
包简介
Laravel package/client for fixer.io api, a foreign exchange rates and currency conversion API.
README 文档
README
Provides an easy to use Laravel package for fixer.io exchange rates and currency conversion JSON API.
Installation
Run the following from the root of your Laravel app.
composer require eluafidev/laravel-easyfixerapi
Usage
use ElouafiDev\EasyFixerApi\FixerApi; $fixerio = new FixerApi(" KEY Fixer API "); $fixerio->apiget(); // Get currency values from API $fixerio->CurrencyExchange(1,"USD","MAD") /*If the result is -1, you have an error*/
License
This package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-06