2017 © Pedro Peláez
 

library geezify

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

image

andegna/geezify

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

  • Tuesday, February 21, 2017
  • by SamAsEnd
  • Repository
  • 2 Watchers
  • 1 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Geezify From Ethiopia

Build Status StyleCI Scrutinizer Code Quality Code Coverage Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

SensioLabsInsight, (*2)

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

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., (*4)

click here to read more., (*5)

Prerequisites

geezify requires PHP 5.6 or greater., (*6)

Installation

composer require geezify/geezify-php

If you never used composer before, please check out this link before you write any PHP code again!, (*7)

Usage

<?php

require 'vendor/autoload.php';

use Geezify\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 reverse

echo $geez->toAscii('፻፳፫') . PHP_EOL;     // 123
echo $geez->toAscii('፲፪፻፴፬') . PHP_EOL;   // 1234
echo $geez->toAscii('፲፱፻፹፮') . PHP_EOL;  // 1986
echo $geez->toAscii('፻፼') . PHP_EOL;    // 1000000

License

Geezify is released under the MIT Licence. See the bundled LICENSE file for details., (*8)

The Versions

21/02 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=5.6|7.*

 

The Development Requires

by Sam As End

ethiopian geez-number geez

21/02 2017

v1.1.1

1.1.1.0

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

  Sources   Download

MIT

The Requires

  • php >=5.6|7.*

 

The Development Requires

by Sam As End

ethiopian geez-number geez

19/02 2017

v1.1.0

1.1.0.0

Simple library to convert ascii number '3456' to geez number '፴፬፻፶፮'.

  Sources   Download

MIT

The Requires

  • php >=5.6|7.*

 

The Development Requires

by Sam As End

19/02 2017

v1.0.0

1.0.0.0

Simple library to convert ascii number '3456' to geez number '፴፬፻፶፮'.

  Sources   Download

MIT

The Requires

  • php >=5.4|7.*

 

The Development Requires

by Sam As End

15/09 2016

v0.1.2

0.1.2.0

Simple library to convert ascii number '3456' to geez number '፴፬፻፶፮'.

  Sources   Download

MIT

The Requires

  • php >=5.4|7.0

 

The Development Requires

by Sam As End

13/09 2016

v0.1.1

0.1.1.0

Simple library to convert ascii number '3456' to geez number '፴፬፻፶፮'.

  Sources   Download

MIT

The Requires

  • php >=5.4|7.0

 

The Development Requires

by Sam As End

12/09 2016

v0.1.0

0.1.0.0

Simple library to convert ascii number '3456' to geez number '፴፬፻፶፮'.

  Sources   Download

MIT

The Requires

  • php >=5.4|7.0

 

The Development Requires

by Sam As End