https://github.com/ageekdev/myanmar-currency
To show english currency myanmar word
https://github.com/ageekdev/myanmar-currency
laravel myanmar myanmar-text php
Last synced: 12 months ago
JSON representation
To show english currency myanmar word
- Host: GitHub
- URL: https://github.com/ageekdev/myanmar-currency
- Owner: ageekdev
- License: mit
- Created: 2022-05-25T15:02:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T13:42:38.000Z (about 1 year ago)
- Last Synced: 2025-06-01T09:27:36.985Z (about 1 year ago)
- Topics: laravel, myanmar, myanmar-text, php
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 19
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Myanmar Sar Currency
[](https://laravel.com/docs/8.x)
[](https://laravel.com/docs/9.x)
[](https://www.php.net/releases/8.0/en.php)
[](https://github.com/ageekdev/myanmar-currency/actions)
## 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:
```bash
composer require ageekdev/myanmar-currency
```
The package will automatically register itself.
## Usage
Import namespace.
```php
use AgeekDev\MyanmarCurrency\Facades\MyanmarCurrency;
```
```php
# 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](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.