PHPackages                             laravel-myanmar-tools/font - 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. laravel-myanmar-tools/font

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

laravel-myanmar-tools/font
==========================

PHP Myanmar Font

v1.0.0(3y ago)01.3k—0%[2 PRs](https://github.com/Laravel-Myanmar-Tools/font/pulls)1MITPHPPHP ^8.1

Since Jan 20Pushed 2y agoCompare

[ Source](https://github.com/Laravel-Myanmar-Tools/font)[ Packagist](https://packagist.org/packages/laravel-myanmar-tools/font)[ Docs](https://github.com/laravel-myanmar-tools/font)[ GitHub Sponsors](https://github.com/laravel-myanmar-tools)[ RSS](/packages/laravel-myanmar-tools-font/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (1)

[![Run tests](https://github.com/Laravel-Myanmar-Tools/font/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/Laravel-Myanmar-Tools/font/actions/workflows/run-tests.yml)[![Packagist Downloads](https://camo.githubusercontent.com/551fab077b5fbb28e1c0233786ecfece65d42decf69a85e184fa2372cbdb8e0f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4c61726176656c2d4d79616e6d61722d546f6f6c732f666f6e74)](https://packagist.org/packages/Laravel-Myanmar-Tools/font)

Font
====

[](#font)

PHP Myanmar Font for [Laravel Myanmar Tools](https://laravel-myanmar-tools.com)

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

[](#installation)

```
composer require laravel-myanmar-tools/font
```

Usage
-----

[](#usage)

### Check Unicode Font

[](#check-unicode-font)

```
use LaravelMyanmarTools\Font\Font;

$font = new Font;
$font->isUnicodeFont('မြန်မာပြည်'); // return true
```

### Check Zawgyi Font

[](#check-zawgyi-font)

```
use LaravelMyanmarTools\Font\Font;

$font = new Font;
$font->isZawgyiFont('ျမန္မာျပည္'); // return true
```

### Detect Myanmar Font

[](#detect-myanmar-font)

```
use LaravelMyanmarTools\Font\Font;

$font = new Font;
$font->detectMyanmarFont('မြန်မာပြည်'); // return "unicode"
$font->detectMyanmarFont('ျမန္မာျပည္'); // return "zawgyi"
```

### Zawgyi To Unicode

[](#zawgyi-to-unicode)

```
use LaravelMyanmarTools\Font\Font;

$font = new Font;
$font->zgToUni('ျမန္မာျပည္'); // return "မြန်မာပြည်"
```

### Unicode To Zawgyi

[](#unicode-to-zawgyi)

```
use LaravelMyanmarTools\Font\Font;

$font = new Font;
$font->zgToUni('မြန်မာပြည်'); // return "ျမန္မာျပည္"
```

Customize
---------

[](#customize)

```
use LaravelMyanmarTools\Font\Font;

$font = new Font;

$font::macro('isNumber', function(string $str) {
   return is_numeric($str);
});

$font->isNumber('12345'); // return true
```

Testing
-------

[](#testing)

```
composer test
```

Credit
------

[](#credit)

- [ToUnicode (Laravel Easy Converter)](https://github.com/KyawNaingTun/tounicode)
- [Rabbit-PHP](https://github.com/Rabbit-Converter/Rabbit-PHP)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

1214d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4a938e91069afb632288ccdb87813e19c0d0fc86189f73daa33464e0d2a0367?d=identicon)[pyaesoneaung](/maintainers/pyaesoneaung)

---

Top Contributors

[![PyaeSoneAungRgn](https://avatars.githubusercontent.com/u/44226349?v=4)](https://github.com/PyaeSoneAungRgn "PyaeSoneAungRgn (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

fontlaravel-myanmar-tools

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/laravel-myanmar-tools-font/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-myanmar-tools-font/health.svg)](https://phpackages.com/packages/laravel-myanmar-tools-font)
```

###  Alternatives

[kartik-v/bootstrap-star-rating

A simple yet powerful JQuery star rating plugin for Bootstrap.

1.1k4.5M5](/packages/kartik-v-bootstrap-star-rating)[rmrevin/yii2-fontawesome

Asset Bundle for Yii2 with Font Awesome

1474.0M134](/packages/rmrevin-yii2-fontawesome)[kartik-v/yii2-icons

Set of icon frameworks for use in Yii Framework 2.0

73970.3k34](/packages/kartik-v-yii2-icons)[pyaesoneaung/laravel-myanmar-tools

A package for Myanmar tools which extend Laravel’s core.

291.4k](/packages/pyaesoneaung-laravel-myanmar-tools)[swissup/module-font-awesome

FontAwesome for Magento2

116.9k1](/packages/swissup-module-font-awesome)

PHPackages © 2026

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