定制 peso/moneyphp-exchange 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

peso/moneyphp-exchange

最新稳定版本:1.0.1

Composer 安装命令:

composer require peso/moneyphp-exchange

包简介

Peso-based Exchange class for Money

README 文档

README

Packagist PHP License GitHub Actions Codecov

This is a library that provides an Exchange class for the Money for PHP based on the Peso for PHP.

Installation

composer require peso/moneyphp-exchange

Example

<?php

use Money\Converter;
use Money\Currencies\ISOCurrencies;
use Money\Currency;
use Money\Money;
use Peso\Money\PesoExchange;
use Peso\Services\EuropeanCentralBankService;

require __DIR__ . '/vendor/autoload.php';

$exchange = new PesoExchange(new EuropeanCentralBankService());
$converter = new Converter(new ISOCurrencies(), $exchange);

$eur100 = Money::EUR(10000);

var_dump($converter->convert($eur100, new Currency('USD'))); // Money::USD(...)

Documentation

Read the full documentation here: https://phpeso.org/v1.x/integrations/moneyphp-exchange.html

Support

Please file issues on our main repo at GitHub: https://github.com/phpeso/moneyphp-exchange/issues

License

The library is available as open source under the terms of the MIT License.

统计信息

  • 总下载量: 1.31k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-13