承接 unapi/helper-money 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

unapi/helper-money

最新稳定版本:1.3.2

Composer 安装命令:

composer require unapi/helper-money

包简介

Unapi helper: money

README 文档

README

Build Status Latest Stable Version Coverage Status PHP Version Require

PHP implementation for the MoneyAmount pattern.

Installation

With composer:

composer require unapi/helper-money

Usage

Create Money amount:

use unapi\helper\money\MoneyAmount;
use unapi\helper\money\Currency;
$money = new MoneyAmount(20.0, new Currency(Currency::EUR));

Create wallet:

use unapi\helper\money\Wallet;
use unapi\helper\money\MoneyAmount;
use unapi\helper\money\Currency;
$wallet = new Wallet([
    new MoneyAmount(20.0, new Currency(Currency::EUR))
    new MoneyAmount(10.0, new Currency(Currency::USD))
]);
$wallet->addMoney(
    new MoneyAmount(5.0, new Currency(Currency::EUR))
);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2018-01-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固