ossbrownie/exchange-rate
Composer 安装命令:
composer require ossbrownie/exchange-rate
包简介
Allows you to receive current exchange rates from various sources and convert them.
README 文档
README
Allows you to receive current exchange rates from various sources and convert them.
Requirements
- PHP = >= 7.0
- EXT-CURL = *
- EXT-SIMPLEXML = *
- EXT-LIBXML = *
- ossbrownie/http-client = 0.0.7
For more information about the extensions see:
curl - https://www.php.net/curl
libxml - https://www.php.net/libxml
simplexml - https://www.php.net/simplexml
Installation
Add a line to your "require" section in your composer configuration:
{
"require": {
"ossbrownie/exchange-rate": "0.0.1"
}
}
Documentation
Tests
To run the test suite, you need install the dependencies via composer, then run PHPUnit.
$> composer.phar install $> ./vendor/bin/phpunit --bootstrap ./tests/bootstrap.php ./tests
License
ExchangeRate is licensed under the MIT License
Contact
Problems, comments, and suggestions all welcome: oss.brownie@gmail.com
统计信息
- 总下载量: 584
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-08