ageekdev/myanmar-currency
最新稳定版本:v1.1.0
Composer 安装命令:
composer require ageekdev/myanmar-currency
包简介
This is my package myanmar-currency
README 文档
README
Myanmar Sar Currency
This is a laravel library for convert myanmar kyats number to myanmar sar number. (eg."1000=>တစ်ထောင်")
Installation
You can install this package via composer using this command:
composer require ageekdev/myanmar-currency
The package will automatically register itself.
Usage
Import namespace.
use AgeekDev\MyanmarCurrency\Facades\MyanmarCurrency;
# returns 'တစ်ထောင်' return MyanmarCurrency::convertMyanmarText("1000"); # returns 'ဆယ်သိန်း' return MyanmarCurrency::convertMyanmarText("1000000");
Notes
- Currently, only allow numeric value.
- Currently, support up to "10" numeric.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 176
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-26