PHPackages                             alvleont/calendar-input - 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. alvleont/calendar-input

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

alvleont/calendar-input
=======================

A simple calendar input for FilamentPHP

1.0.1(10mo ago)74132[3 PRs](https://github.com/alvleont/calendar-input/pulls)MITBladePHP ^8.1CI passing

Since Jun 13Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/alvleont/calendar-input)[ Packagist](https://packagist.org/packages/alvleont/calendar-input)[ Docs](https://github.com/alvleont/calendar-input)[ GitHub Sponsors](https://github.com/alvleont)[ RSS](/packages/alvleont-calendar-input/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (13)Versions (7)Used By (0)

CalendarInput
=============

[](#calendarinput)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3e649d87b24ea279dede3d989360666f5adceb8c5f2b8f17daaf0962b01de9d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c766c656f6e742f63616c656e6461722d696e7075742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alvleont/calendar-input)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a1c5f28f8beec558e676cdcfb5bfb261fb09644f03d29ed1f1a0cb69ea7d0e27/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616c766c656f6e742f63616c656e6461722d696e7075742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/alvleont/calendar-input/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/29114c6b91c220f6086a8e0dd742c20f01d00f12fea020bfddb5a9d4409ff9fa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616c766c656f6e742f63616c656e6461722d696e7075742f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/alvleont/calendar-input/actions?query=workflow%3A)[![Total Downloads](https://camo.githubusercontent.com/5be44520232cdc0d1ac1304591402aad4f92c4f7a69baf14a1b343b9f51939f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c766c656f6e742f63616c656e6461722d696e7075742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alvleont/calendar-input)

A simple calendar input for FilamentPHP.

[![Example](calendar-input_example.png)](calendar-input_example.png)

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

[](#installation)

You can install the package via composer:

```
composer require alvleont/calendar-input
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="calendar-input-views"
```

Usage

```
use Alvleont\CalendarInput\CalendarInput;

class ProductResource
{
    public static function form(Form $form): Form
    {
        return $form->schema([
            CalendarInput::make('date')
                ->name('Calendar')
		->minDate('2025-06-01') //You can use the date you want, or null (optional method)
		->maxDate('2029-09-30') //You can use the date you want, or null (optional method)
		->disabledDates([]) //Optional Method
		->disabled() //In case It'll be disabled or for the view page.
        ]);
    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

You can contribute to the package. Just PR your code and It will be reviewed.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Alvaro León Torres](https://github.com/alvleont)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance75

Regular maintenance activity

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.1% 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 ~26 days

Total

2

Last Release

306d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e8a6ccf1d1bc3414a3e60fe6f75319ddbe16403462258b55cfb47b7ed520a34?d=identicon)[alletor](/maintainers/alletor)

---

Top Contributors

[![alvleont](https://avatars.githubusercontent.com/u/47951932?v=4)](https://github.com/alvleont "alvleont (20 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] (2 commits)")

---

Tags

laravelalvleontcalendar-input

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/alvleont-calendar-input/health.svg)

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

###  Alternatives

[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.

320392.1k17](/packages/codewithdennis-filament-select-tree)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

33184.7k6](/packages/schmeits-filament-character-counter)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1124.1k](/packages/codebar-ag-laravel-filament-json-field)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[jiten14/jitone-ai

jitone-ai is a powerful FilamentPHP plugin that integrates AI-powered features directly into your Filament forms.

213.1k](/packages/jiten14-jitone-ai)

PHPackages © 2026

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