Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A library to convert ascii number like '3456' to geez number '፴፬፻፶፮' and vise versa

License

NotificationsYou must be signed in to change notification settings

geezify/geezify-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build StatusStyleCIScrutinizer Code QualityCode CoverageTotal DownloadsLatest Stable VersionLatest Unstable VersionLicense

SensioLabsInsight

This package is a library to convert ascii number like '3456' to geez number '፴፬፻፶፮' and vise versa.

Ge'ez (ግዕዝ) is an ancient South Semitic language that originated in Eritrea and the northern region of Ethiopia in the Horn of Africa. It later became the official language of the Kingdom of Aksum and Ethiopian imperial court.

clickhere to read more.

Prerequisites

geezify requiresPHP 5.6 or greater.

Installation

composer require geezify/geezify-php

If you never usedcomposer before, please check outthis linkbefore you write anyPHP code again!

Usage

<?phprequire'vendor/autoload.php';useGeezify\Geezify;$geez = Geezify::create();echo$geez->toGeez(123) .PHP_EOL;// ፻፳፫echo$geez->toGeez(1234) .PHP_EOL;// ፲፪፻፴፬echo$geez->toGeez(1986) .PHP_EOL;// ፲፱፻፹፮echo$geez->toGeez(1000000) .PHP_EOL;// ፻፼// or you can even do the reverseecho$geez->toAscii('፻፳፫') .PHP_EOL;// 123echo$geez->toAscii('፲፪፻፴፬') .PHP_EOL;// 1234echo$geez->toAscii('፲፱፻፹፮') .PHP_EOL;// 1986echo$geez->toAscii('፻፼') .PHP_EOL;// 1000000

License

Geezify is released under the MIT Licence. See the bundled LICENSE file for details.

About

A library to convert ascii number like '3456' to geez number '፴፬፻፶፮' and vise versa

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp