ozgeris/kznumspell
Composer 安装命令:
composer require ozgeris/kznumspell
包简介
Package for spelling number in kazakh language
README 文档
README
This PHP library can be used to spell number into text in kazakh language. Typical usage scenarion is bank invoices Maximum supported up to 10^21
Usage
- Install using composer
composer require ozgeris/kznumspelland run dump autoload - Include
KzNumSpell.phpdirectly
PHP version >= 7.0
Example
use KzNumSpell\KzNumSpell; $speller = new KzNumSpell; $speller->spell(10456); $speller->spell('123 456 789');
Running tests
Library uses phpunit for testing.
Tests are in folder tests
phpunit tests\Spelltest.php
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-16