承接 bnet/bnmoney 相关项目开发

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

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

bnet/bnmoney

Composer 安装命令:

composer require bnet/bnmoney

包简介

PHP Library for dealing with money and currency

README 文档

README

PHP 5.6+ library to make working with money safer, easier, and fun!

This is a fork of Mathias Verraes' Money Library, extended with:

  • add CurrencyLookup, for different currency sources (example for json-file included)
  • extended List of currencies with settings (decimal_mark, subunit_factor, symbols, iso_code etc) from great RubyMoney (ISO 4217)
  • add format method for formating the Money-string
<?php

use Money\Money;

$fiveEur = Money::EUR(500);
$tenEur = $fiveEur->add($fiveEur);

list($part1, $part2, $part3) = $tenEur->allocate(array(1, 1, 1));
assert($part1->equals(Money::EUR(334)));
assert($part2->equals(Money::EUR(333)));
assert($part3->equals(Money::EUR(333)));

The documentation (before the fork) is available at http://money.readthedocs.org

Installation

Install the library using composer. Add the following to your composer.json:

{
    "require": {
        "bnnet/bnmoney": "~1.0"
    }
}

Now run the install command.

$ composer.phar install

Integration

See MoneyBundle for Symfony integration (only before the fork).

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-08-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固