peso/brick-rateprovider
最新稳定版本:1.0.1
Composer 安装命令:
composer require peso/brick-rateprovider
包简介
Peso-based RateProvider class for Brick\Money
README 文档
README
This is a library that provides a RateProvider class for the Brick\Money based on the Peso for PHP.
Installation
composer require peso/brick-rateprovider
Example
<?php use Brick\Money\CurrencyConverter; use Brick\Money\Money; use Peso\Brick\PesoRateProvider; use Peso\Services\EuropeanCentralBankService; require __DIR__ . '/vendor/autoload.php'; $rateProvider = new PesoRateProvider(new EuropeanCentralBankService()); $converter = new CurrencyConverter($rateProvider); $eur100 = Money::of(100.00, 'EUR'); echo $converter->convert($eur100, 'USD'), PHP_EOL; // 'USD ...'
Documentation
Read the full documentation here: https://phpeso.org/v1.x/integrations/brick-rateprovider.html
Support
Please file issues on our main repo at GitHub: https://github.com/phpeso/brick-rateprovider/issues
License
The library is available as open source under the terms of the MIT License.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-22