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(4mo ago)1858↓50%MITJavaScriptPHP ^8.1

Since May 10Pushed 4mo 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 1mo 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

38

—

LowBetter than 85% of packages

Maintenance75

Regular maintenance activity

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

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

137d 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 (3 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

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

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

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)

PHPackages © 2026

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