PHPackages                             setkyar/mmfont - 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. setkyar/mmfont

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

setkyar/mmfont
==============

A simple Composer Package which converts zawgyi1 &lt;=&gt; unicode strings

5214PHP

Since Mar 3Pushed 11y ago1 watchersCompare

[ Source](https://github.com/setkyar/mmfont)[ Packagist](https://packagist.org/packages/setkyar/mmfont)[ RSS](/packages/setkyar-mmfont/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mmfont
======

[](#mmfont)

Simple package which converts zawgyi1 &lt;=&gt; unicode strings. I try to be on [packagist](https://packagist.org/packages/setkyar/mmfont), the codes come from [saturngod's Rabbit](https://github.com/saturngod/Rabbit)

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

[](#installation)

Create `composer.json` and add the following

```
{
  "require" : {
    "setkyar/mmfont" : "dev-master"
  }
}

```

And run `$ composer install` via your terminal

Usage
-----

[](#usage)

Create new php file and add the following

```
