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: 4 months ago
JSON representation
:wrench: A simple Composer Package which converts zawgyi1 <=> unicode strings
- Host: GitHub
- URL: https://github.com/setkyar/mmfont
- Owner: setkyar
- Created: 2015-03-03T07:35:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T08:15:45.000Z (almost 10 years ago)
- Last Synced: 2024-10-23T16:43:55.381Z (4 months ago)
- Topics: converter, mmfont, packagist, php, rabbit
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-myanmar-unicode - PHP Mmfont - Simple PHP package whcich converts zawgyi <=> unicode. (Libraries)
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