PHPackages                             ageekdev/myanmar-name-converter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ageekdev/myanmar-name-converter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ageekdev/myanmar-name-converter
===============================

Convert Myanmar Name to English, and vice versa.

v1.0.3(2y ago)8202[3 PRs](https://github.com/ageekdev/myanmar-name-converter-php/pulls)MITPHPPHP ^8.1|^8.2CI passing

Since Aug 21Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/ageekdev/myanmar-name-converter-php)[ Packagist](https://packagist.org/packages/ageekdev/myanmar-name-converter)[ Docs](https://github.com/ageekdev/myanmar-name-converter)[ RSS](/packages/ageekdev-myanmar-name-converter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (9)Used By (0)

Myanmar Name Converter
======================

[](#myanmar-name-converter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/661ee4143c8f3e1171d76c0a292c92d6315ab5e97252b61dabef20c041fbf8a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616765656b6465762f6d79616e6d61722d6e616d652d636f6e7665727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ageekdev/myanmar-name-converter)[![GitHub Tests Action Status](https://camo.githubusercontent.com/6ad29779cc054f4182ef134dd6157c1948f742c2f4221f6bdab714fc84f2eb5f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616765656b6465762f6d79616e6d61722d6e616d652d636f6e7665727465722f72756e2d74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ageekdev/myanmar-name-converter/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/527029b02da94e884089efc7ef3c211da2937a5632494bb122f14e9e8574f84a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616765656b6465762f6d79616e6d61722d6e616d652d636f6e7665727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ageekdev/myanmar-name-converter)

Convert Myanmar Name to English, and vice versa.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ageekdev/myanmar-name-converter
```

Usage
-----

[](#usage)

Convert Names

```
use \AgeekDev\MMName\Facades\MMName;

// From Myanmar Name To Myan-glish

$name = "ကိုကျော်";

MMName::convertToEn($name); // Ko Kyaw

MMName::convertToEn($name, isUcWords: false); // ko kyaw

// From Myan-glish Name To Myanmar

$name = "Tun Tun";

MMName::convertToMm($name); // ထွန်းထွန်း

// With Helper Function

$name = "ကိုကျော်";

mm_name_to_en($name); // Ko Kyaw

$name = "Tun Tun";

en_name_to_mm($name); // ထွန်းထွန်း
```

Compare Names

```
use \AgeekDev\MMName\Facades\MMName;

MMName::compare('khaing', 'khine'); // true

MMName::compare('သီဟကျော်', 'thi ha kyaw'); // true

// With Helper Function
compare_names('khaing', 'khine'); // true
```

Checking Names

```
use \AgeekDev\MMName\Facades\MMName;

MMName::isEnName('Thiha'); // true

MMName::isEnName('သီဟ'); // false

MMName::isMmName('သီဟ'); // true

MMName::isMmName('Thiha'); // false

// With Helper Function
is_en_name('Thiha'); // true

is_mm_name('သီဟ'); // true
```

Testing
-------

[](#testing)

You can run the tests with:

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [AgeekDev](https://github.com/AgeekDev)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance59

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 69.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

4

Last Release

970d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13062143?v=4)[Tint Naing Win](/maintainers/tintnaingwin)[@tintnaingwin](https://github.com/tintnaingwin)

---

Top Contributors

[![thantthuhein-genie](https://avatars.githubusercontent.com/u/99555752?v=4)](https://github.com/thantthuhein-genie "thantthuhein-genie (48 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![tintnaingwin-genie](https://avatars.githubusercontent.com/u/99861060?v=4)](https://github.com/tintnaingwin-genie "tintnaingwin-genie (1 commits)")

---

Tags

laravelmyanmarmyanmar-languagephplaravelenglishnamenamesageekdevMyanmarmyanmar-name-convertername converternames converter

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ageekdev-myanmar-name-converter/health.svg)

```
[![Health](https://phpackages.com/badges/ageekdev-myanmar-name-converter/health.svg)](https://phpackages.com/packages/ageekdev-myanmar-name-converter)
```

###  Alternatives

[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[ziming/laravel-scrapingbee

A PHP Laravel Library for ScrapingBee

4310.6k](/packages/ziming-laravel-scrapingbee)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
