PHPackages                             agelgil/filament-ethiopic-calendar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. agelgil/filament-ethiopic-calendar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

agelgil/filament-ethiopic-calendar
==================================

Add Ethiopic datetime to your filament tables

v0.2.0(6mo ago)21.4k↑21.4%2MITJavaScriptPHP ^8.1

Since May 10Pushed 3mo agoCompare

[ Source](https://github.com/agelgil/filament-ethipic-calendar)[ Packagist](https://packagist.org/packages/agelgil/filament-ethiopic-calendar)[ Docs](https://github.com/agelgil/filament-ethiopic-calendar)[ RSS](/packages/agelgil-filament-ethiopic-calendar/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (3)Dependencies (9)Versions (4)Used By (0)

Add "Ethiopic calendar" pickers to Filament
===========================================

[](#add-ethiopic-calendar-pickers-to-filament)

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

[](#installation)

You can install the package via composer:

```
composer require agelgil/filament-ethiopic-calendar
```

Usage
-----

[](#usage)

To add ethiopic date and date-time pickers to your forms, just add `ethiopic` to your `DatePicker` and `DateTimePicker`.

```
// Yes! Just use Filament's original DatePickers and DateTimePickers!
use Filament\Forms;

Forms\Components\DatePicker::make('moderated_at')
    ->ethiopic(),
Forms\Components\DateTimePicker::make('published_at')
    ->ethiopic(),
```

Ignoring Jalali Conversion
--------------------------

[](#ignoring-jalali-conversion)

If you want to ignore ethiopic conversion you can use the `when` and `unless` methods:

```
use Filament\Forms;
use Illuminate\Support\Facades\App;

Forms\Components\DatePicker::make('birthday')
    ->when(App::isLocale('am'), fn (Forms\Components\DatePicker $column) => $column->ethiopic()),
```

Credits
-------

[](#credits)

- [Mo Khosh](https://github.com/mokhosh)
- [mokhosh/filament-jalali](https://github.com/mokhosh/filament-jalali)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance75

Regular maintenance activity

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 91.9% 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.

###  Release Activity

Cadence

Every ~115 days

Total

3

Last Release

190d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fd28cb32a4cca3aaf21187959977a78066f4bc4c8b110c959efcf117e6dc4c4?d=identicon)[SamAsEnd](/maintainers/SamAsEnd)

---

Top Contributors

[![mokhosh](https://avatars.githubusercontent.com/u/6499685?v=4)](https://github.com/mokhosh "mokhosh (102 commits)")[![SamAsEnd](https://avatars.githubusercontent.com/u/9657132?v=4)](https://github.com/SamAsEnd "SamAsEnd (4 commits)")[![MeghdadFadaee](https://avatars.githubusercontent.com/u/61308304?v=4)](https://github.com/MeghdadFadaee "MeghdadFadaee (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![Milad-Sarli](https://avatars.githubusercontent.com/u/150502402?v=4)](https://github.com/Milad-Sarli "Milad-Sarli (1 commits)")

---

Tags

laravelfilamentcalenderagelgilethiopic

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/agelgil-filament-ethiopic-calendar/health.svg)

```
[![Health](https://phpackages.com/badges/agelgil-filament-ethiopic-calendar/health.svg)](https://phpackages.com/packages/agelgil-filament-ethiopic-calendar)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274327.0k8](/packages/croustibat-filament-jobs-monitor)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

128192.3k3](/packages/dotswan-filament-map-picker)

PHPackages © 2026

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