Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/setkyar/mmfont

:wrench: A simple Composer Package which converts zawgyi1 <=> unicode strings
https://github.com/setkyar/mmfont

converter mmfont packagist php rabbit

Last synced: about 2 months ago
JSON representation

:wrench: A simple Composer Package which converts zawgyi1 <=> unicode strings

Lists

README

        

# Mmfont

Simple package which converts zawgyi1 <=> 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

Create `composer.json` and add the following

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

And run `$ composer install` via your terminal

## Usage

Create new php file and add the following

uni2zg1('မြန်မာစာ');
echo "
";
echo "Zaw Gyi to Unicode " . $mmfont->zg12uni('ျမန္မာစာ');

## Todo

- Write Test

## Credit

This is originally from [@saturngod's](https://github.com/saturngod) [Rabbit](https://github.com/saturngod/Rabbit/tree/gh-pages/other-lang/php). I just try to be on [packagist](https://packagist.org/)

## Contributing

1. Fork it ( https://github.com/setkyar/phpmmfont )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

**Your star make me :smile: too, don't miss to gave it!**

## License
WTFPL