PHPackages                             php-junior/zawuni - 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. php-junior/zawuni

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

php-junior/zawuni
=================

Laravel Zawgyi Unicode

v1.2.1(8y ago)61.6kMITPHPPHP &gt;=5.6.4

Since Jun 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/PHPJunior/laravel-zawgyi-uni)[ Packagist](https://packagist.org/packages/php-junior/zawuni)[ RSS](/packages/php-junior-zawuni/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)DependenciesVersions (7)Used By (0)

Laravel Zawgyi Unicode
======================

[](#laravel-zawgyi-unicode)

[![StyleCI](https://camo.githubusercontent.com/4eec6dba8f61736b97b0c2381417e8baa655828fc65a6a25eb81440c3d5abbfb/68747470733a2f2f7374796c6563692e696f2f7265706f732f39343831333131392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/94813119)[![Latest Stable Version](https://camo.githubusercontent.com/a8aef7d164ea5a631d689d9be9371961692266a7e0428e3d8346c062d1678d05/68747470733a2f2f706f7365722e707567782e6f72672f7068702d6a756e696f722f7a6177756e692f762f737461626c65)](https://packagist.org/packages/php-junior/zawuni)[![Total Downloads](https://camo.githubusercontent.com/f695cef31d1f37da9dbfc0689aab0f21a751cfc7ca73dd77f5462d314d03588d/68747470733a2f2f706f7365722e707567782e6f72672f7068702d6a756e696f722f7a6177756e692f646f776e6c6f616473)](https://packagist.org/packages/php-junior/zawuni)

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

[](#installation)

Install using composer:

```
composer require php-junior/zawuni
```

Once installed, in your project's config/app.php file replace the following entry from the providers array:

```
PhpJunior\Zawuni\ZawuniServiceProvider::class,
```

And

```
php artisan vendor:publish --provider="PhpJunior\Zawuni\ZawuniServiceProvider"
```

This is the contents of the published config file:

```
return [
    /*
   |--------------------------------------------------------------------------
   | Font Configuration
   |--------------------------------------------------------------------------
   |
   | Available Fonts: "zawgyi", "myanmar3" ,"yunghkio","masterpiece","padauk"
   |                  "monanonta","ourunicode","imon","mymyanmar","pyidaungsu"
   |
   */

    // default : zawgyi
    'font' => 'ourunicode',

    // define class name in input , textarea
    'define_class' => false
];
```

Usage
-----

[](#usage)

Add `{!! Zawuni::includeFiles() !!}` before ``

```
Zawuni::text($string);

    ( or )

zawuni($string);
```

Credits
-------

[](#credits)

- [Rabbit Converter](https://github.com/Rabbit-Converter/Rabbit-PHP)
- [Ko Sann Linn Naing](https://github.com/sanlinnaing/php-myanmar-encoding-checker)
- [MMWebFonts](https://mmwebfonts.comquas.com/)

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~12 days

Total

5

Last Release

3205d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2695272c87c7144c984ddf468d380477dc578b617e7da5502eb4e7eff1f6087?d=identicon)[Nyi Nyi Lwin](/maintainers/Nyi%20Nyi%20Lwin)

---

Top Contributors

[![PHPJunior](https://avatars.githubusercontent.com/u/13845077?v=4)](https://github.com/PHPJunior "PHPJunior (14 commits)")

---

Tags

laravelunicodeconverterzawgyimyanmar-font

### Embed Badge

![Health badge](/badges/php-junior-zawuni/health.svg)

```
[![Health](https://phpackages.com/badges/php-junior-zawuni/health.svg)](https://phpackages.com/packages/php-junior-zawuni)
```

###  Alternatives

[stevenay/myanfont

Zawgyi and Unicode Font Detector and Converter

157.5k2](/packages/stevenay-myanfont)[unicodeveloper/laravel-emoji

A Laravel 5 Package for Using &amp; Working With Emojis

21024.9k](/packages/unicodeveloper-laravel-emoji)[googlei18n/myanmar-tools

Zawgyi and Unicode Font Detector using Markov Model (Machine Learning)

26125.8k1](/packages/googlei18n-myanmar-tools)[stidges/laravel-country-flags

A Laravel wrapper for the stidges/country-flags package

28134.6k](/packages/stidges-laravel-country-flags)[hnhdigital-os/laravel-number-converter

Number to word, roman, ordinal converter

20163.3k2](/packages/hnhdigital-os-laravel-number-converter)

PHPackages © 2026

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