spike/number-to-word
最新稳定版本:v1.0.4
Composer 安装命令:
composer require spike/number-to-word
包简介
A PHP package for converting numbers to words.
README 文档
README
A PHP package for converting numbers to words.
A PHP package for converting numbers to words.
This package provides a convenient way to convert numeric values into their corresponding textual representation.
Installation
The preferred method of installation is via [Composer][]. Run the following
command to install the package and add it as a requirement to your project's
composer.json:
composer require spike/number-to-word
Upgrading to Version 1.0.3
Uses
use Spike\AmountToWord; $transform = new TransformWord(); echo $transform->toWord(522525.25);
Output
Five Lac Twenty Two Thousands Five Hundred and Twenty Five And Two Five Paisa
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-08