{"id":13410393,"url":"https://github.com/setkyar/mmfont","last_synced_at":"2026-01-28T08:54:23.114Z","repository":{"id":28087587,"uuid":"31585409","full_name":"setkyar/mmfont","owner":"setkyar","description":":wrench: A simple Composer Package which converts zawgyi1 \u003c=\u003e unicode strings","archived":false,"fork":false,"pushed_at":"2015-03-03T08:15:45.000Z","size":128,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T14:25:08.098Z","etag":null,"topics":["converter","mmfont","packagist","php","rabbit"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/setkyar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-03T07:35:23.000Z","updated_at":"2025-06-30T21:43:06.000Z","dependencies_parsed_at":"2022-09-13T22:42:08.720Z","dependency_job_id":null,"html_url":"https://github.com/setkyar/mmfont","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/setkyar/mmfont","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setkyar%2Fmmfont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setkyar%2Fmmfont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setkyar%2Fmmfont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setkyar%2Fmmfont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/setkyar","download_url":"https://codeload.github.com/setkyar/mmfont/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setkyar%2Fmmfont/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28842971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","mmfont","packagist","php","rabbit"],"created_at":"2024-07-30T20:01:06.616Z","updated_at":"2026-01-28T08:54:23.091Z","avatar_url":"https://github.com/setkyar.png","language":"PHP","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Mmfont\n\nSimple package which converts zawgyi1 \u003c=\u003e 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)\n\n## Installation\n\nCreate `composer.json` and add the following\n\n    {\n      \"require\" : {\n        \"setkyar/mmfont\" : \"dev-master\"\n      }\n    }\n\nAnd run `$ composer install` via your terminal\n\n## Usage\n\nCreate new php file and add the following \n\n    \u003c?php\n    \n     // Display Errors On\n    ini_set('display_errors', 'On');\n    \n    $autoload = __DIR__.'/vendor/autoload.php';\n    \n    if ( ! file_exists($autoload))\n    {\n    \texit(\"Need to run \\\"composer install\\\"!\");\n    }\n    \n    require $autoload;\n    \n    \n    use SetKyar\\Mmfont\\Mmfont;\n    \n    $mmfont = new Mmfont;\n    \n    echo \"Unicode to  Zaw Gyi \" . $mmfont-\u003euni2zg1('မြန်မာစာ');\n    echo \"\u003cbr\u003e\";\n    echo \"Zaw Gyi to Unicode \" . $mmfont-\u003ezg12uni('ျမန္မာစာ');\n\n\n## Todo\n\n- Write Test\n\n## Credit\n\nThis 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/)\n\n## Contributing\n\n1. Fork it ( https://github.com/setkyar/phpmmfont )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n**Your star make me :smile: too, don't miss to gave it!**\n\n## License\nWTFPL","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetkyar%2Fmmfont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsetkyar%2Fmmfont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetkyar%2Fmmfont/lists"}