skylark/currency-converter
Composer 安装命令:
composer require skylark/currency-converter
包简介
This will return the exchange rate of Euro for the amount and currency that you are given.
README 文档
README
This will return the exchange rate of Euro for the amount and currency that you are given.
Installation
Install the package by the following command,
composer require skylark/currency-converter
Add the provider inside the config/app.php,
Skylark\CurrencyConverter\CurrencyServiceProvider::class,
Give the following two parameter to get the Euro currency: (i) amount (ii) currency
Api is: BaseUrl/currency-converter/{amount}/{currency}
Example:
http://127.0.0.1:8000/currency-converter/100/usd
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-13