PHPackages                             asmit/fila-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. asmit/fila-calendar

ActiveLibrary

asmit/fila-calendar
===================

A polished inline calendar form field for Filament.

v0.0.0(today)12↑2900%1[1 issues](https://github.com/AsmitNepali/fila-calendar/issues)MITPHPPHP ^8.2CI passing

Since Jul 23Pushed todayCompare

[ Source](https://github.com/AsmitNepali/fila-calendar)[ Packagist](https://packagist.org/packages/asmit/fila-calendar)[ RSS](/packages/asmit-fila-calendar/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

asmit/fila-calendar
===================

[](#asmitfila-calendar)

[![Fila Calendar](art/cover.png)](art/cover.png)

A polished inline calendar field for Filament forms and infolists. Supports single, range, multiple, and multi-range selection with a self-contained Alpine.js UI — no external calendar library required.

[![Latest Version](https://camo.githubusercontent.com/911e92a0f31ff3ff6a32858dca1b6520fdb77986f926a8c3ac65dccd8b95015d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61736d69742f66696c612d63616c656e6461722e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/asmit/fila-calendar)[![PHP 8.2+](https://camo.githubusercontent.com/9ffa62fdbd83873f0c25a0aefc6652ea92e66eebd6a3e9dd6c09bd55e5dfa502/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d626c75652e7376673f7374796c653d666f722d7468652d6261646765)](https://php.net)[![Laravel 11+](https://camo.githubusercontent.com/33ca61e3fc718c1d0912897965f2a9739e5f63e9d12cef1c6ef2f00816bc6052/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d31312532422d7265642e7376673f7374796c653d666f722d7468652d6261646765)](https://laravel.com)[![Filament 4+](https://camo.githubusercontent.com/8d15d8126cd5a54f0e8f3cb16348e0f294a37558331bb248dac86546464fd531/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f66696c616d656e742d342532422d6635396530622e7376673f7374796c653d666f722d7468652d6261646765)](https://filamentphp.com)

Features
--------

[](#features)

- **Multiple selection modes** — single, multiple, range, and multi-range
- **Form + infolist** — `CalendarInput` field and read-only `CalendarEntry`
- **Multi-month grid** — responsive columns with configurable month count
- **Date constraints** — unavailable dates, weekend blocking, and min/max bounds
- **Range hover preview** — visual feedback while selecting a range
- **Smart range editing** — deselecting a middle day splits the range instead of clearing it
- **Localization** — calendar labels via `->locale('ja')`
- **No extra dependencies** — ships its own Alpine.js component and styles

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11 or 12
- Filament 4 or 5

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

[](#installation)

```
composer require asmit/fila-calendar
php artisan filament:assets
```

Import the package stylesheet into your Filament theme:

```
@import '../../vendor/asmit/fila-calendar/resources/css/fila-calendar.css';
```

Usage
-----

[](#usage)

Add a calendar field to a Filament form:

```
use Asmit\FilaCalendar\Forms\Components\CalendarInput;
use Asmit\FilaCalendar\Support\CalendarMode;

CalendarInput::make('booking')
    ->mode(CalendarMode::MultiRange)
    ->months(12)
    ->calendarColumns(4)
    ->withToday()
    ->locale('ja');
```

Render saved dates as a read-only infolist entry:

```
use Asmit\FilaCalendar\Infolists\Components\CalendarEntry;
use Asmit\FilaCalendar\Support\CalendarMode;

CalendarEntry::make('booking')
    ->mode(CalendarMode::MultiRange)
    ->months(3)
    ->calendarColumns(3);
```

**[View Complete Documentation →](https://asmitnepali.github.io/fila-calendar/)**

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

[](#contributing)

Contributions are welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) before opening an issue or pull request.

Security
--------

[](#security)

If you discover a security issue, please review our [Security Policy](SECURITY.md).

Changelog
---------

[](#changelog)

Please see [CHANGELOG.md](CHANGELOG.md) for recent changes.

License
-------

[](#license)

MIT License. See [LICENSE.md](LICENSE.md) for details.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance80

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a319ef51eb11470bafa38ab183e1af21162a5d0ed09e48b0595482923816e782?d=identicon)[AsmitNepali](/maintainers/AsmitNepali)

---

Top Contributors

[![AsmitNepali](https://avatars.githubusercontent.com/u/33512152?v=4)](https://github.com/AsmitNepali "AsmitNepali (14 commits)")

### Embed Badge

![Health badge](/badges/asmit-fila-calendar/health.svg)

```
[![Health](https://phpackages.com/badges/asmit-fila-calendar/health.svg)](https://phpackages.com/packages/asmit-fila-calendar)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M320](/packages/laravel-horizon)[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3929.6M3.9k](/packages/filament-filament)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

813336.8k3](/packages/defstudio-telegraph)[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.5k30](/packages/codewithdennis-filament-select-tree)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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