e64f/money2text
Composer 安装命令:
composer require e64f/money2text
包简介
Convertor Money to Text
README 文档
README
Convertor Money to Text (russian).
Supports work with currencies - RUR, USD, EUR, KZT, UAH.
Supports numbers less than a trillion (1 000 000 000.00).
Installation
Install with Composer;
composer require e64f/money2text
Example
<?php require_once __DIR__ . '/vendor/autoload.php'; use e64f\money2text\Money2Text; $money2text = new Money2Text(); $money2text->setCurrency('RUR'); $summ = 456789.45; $text = $money2text->getText($summ); echo $text;
Четыреста пятьдесят шесть тысяч семьсот восемьдесят девять рублей сорок пять копеек
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2021-08-09