PHPackages                             kiyatilahun/geezdate - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. kiyatilahun/geezdate

ActiveLibrary[Localization &amp; i18n](/categories/localization)

kiyatilahun/geezdate
====================

GeezDate is a lightweight and efficient Laravel package that seamlessly converts standard Gregorian dates into the traditional Ethiopian (Geez) calendar format.

24[5 PRs](https://github.com/KiyaTilahun/GeezDate/pulls)PHPCI passing

Since Dec 25Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/KiyaTilahun/GeezDate)[ Packagist](https://packagist.org/packages/kiyatilahun/geezdate)[ RSS](/packages/kiyatilahun-geezdate/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

GeezDate is a lightweight and efficient Laravel package that seamlessly converts standard Gregorian dates into the traditional Ethiopian (Geez) format(N.B. it does not change it to Ethiopian Calendar Date).
==============================================================================================================================================================================================================

[](#geezdate-is-a-lightweight-and-efficient-laravel-package-that-seamlessly-converts-standard-gregorian-dates-into-the-traditional-ethiopian-geez--formatnb-it-does-not-change-it-to-ethiopian-calendar-date)

[![Latest Version on Packagist](https://camo.githubusercontent.com/eaba0aecf781fe95b0af74bd105792963be1b4d5bbca2bbce55c6bf517ce3e0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f39383237393839312d6b69796174696c6168756e2f6765657a646174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/98279891-kiyatilahun/geezdate)[![GitHub Tests Action Status](https://camo.githubusercontent.com/45927f477d92c1e05ccb532094cf78efcc76b059789c07f3147974b2fe5301f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f39383237393839312d6b69796174696c6168756e2f6765657a646174652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/98279891-kiyatilahun/geezdate/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/12ffcd7cb56d25e11f54cdf6f34a1316f35e3bd57dc808d2ef5643bb6be360c3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f39383237393839312d6b69796174696c6168756e2f6765657a646174652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/98279891-kiyatilahun/geezdate/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e336f609f180f14c2fa9b69488f5862ac1220082f9f837cc5b33573e7148dddc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f39383237393839312d6b69796174696c6168756e2f6765657a646174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/98279891-kiyatilahun/geezdate)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/022980efb8928057ae1b2cb18970e54a1849e84fa4abd30a61fafc840e9fe0ad/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4765657a446174652e6a70673f743d31)](https://spatie.be/github-ad-click/GeezDate)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require kiyatilahun/geezdate
```

Usage
-----

[](#usage)

To change a number from 1-100000

```
GeezDate::changeNumber($number);
```

example

```
GeezDate::changeNumber(13); //will return '፲፫'
```

To change a date to be in Geez

```
GeezDate::convertToEthiopianDate($date); //in YYYY-MM-DD format only
```

example

```
GeezDate::convertToEthiopianDate('2024-12-25'); //will return ፳፻፳፬-፲፪-፳፭
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [kiyatilahun](https://github.com/KiyaTilahun)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance60

Regular maintenance activity

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 61.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/76183d1cb0e9a61504ebe490725365f59a4d9763c3b904b6ae3302706e9d9509?d=identicon)[KiyaTilahun](/maintainers/KiyaTilahun)

---

Top Contributors

[![KiyaTilahun](https://avatars.githubusercontent.com/u/98279891?v=4)](https://github.com/KiyaTilahun "KiyaTilahun (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

### Embed Badge

![Health badge](/badges/kiyatilahun-geezdate/health.svg)

```
[![Health](https://phpackages.com/badges/kiyatilahun-geezdate/health.svg)](https://phpackages.com/packages/kiyatilahun-geezdate)
```

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
