Download the PHP package wavpa/exchange-rate without Composer
On this page you can find all versions of the php package wavpa/exchange-rate. 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 exchange-rate
ExchangeRate
基于极速数据汇率查询的汇率组件。
安装
配置
在使用本扩展之前,你需要去极速数据注册账号,然后创建应用,获取应用的 API Key。
使用
汇率转换
示例:
参数说明
- $from 要换算的单位,比如:“CNY“;
- $to 换算后的单位,比如:“USD“;
在 Laravel 中使用
在 Laravel 中使用也是同样的安装方式,配置写在config/services.php
中:
然后在.env
中配置EXCHANGE_RATE_API_KEY
:
可以用两种方式来获取Wavpa\ExchangeRate\ExchangeRate
实例:
-
方法参数注入
- 服务名访问
参考
License
MIT
All versions of exchange-rate with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3
The package wavpa/exchange-rate contains the following files
Loading the files please wait ....