PHPackages                             bhavin-thummar/month-picker - 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. bhavin-thummar/month-picker

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

bhavin-thummar/month-picker
===========================

A Laravel Nova field.

1.0.1(4y ago)01.0k[1 issues](https://github.com/Bhavin9898/Nova-Month-Picker-Field/issues)MITVuePHP &gt;=7.1.0

Since Apr 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Bhavin9898/Nova-Month-Picker-Field)[ Packagist](https://packagist.org/packages/bhavin-thummar/month-picker)[ RSS](/packages/bhavin-thummar-month-picker/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Nova Month Picker Field Type
====================================

[](#laravel-nova-month-picker-field-type)

This is a simple nova field type to introduce a month picker with the ability to select the month and year.

Form View
---------

[](#form-view)

[![index view](https://camo.githubusercontent.com/12d94819b4e65e47c9fac9a2e796c5ab1f5508e98d1439b9e73033c18e4e56c3/68747470733a2f2f692e696d6775722e636f6d2f4b694638506f692e706e67)](https://camo.githubusercontent.com/12d94819b4e65e47c9fac9a2e796c5ab1f5508e98d1439b9e73033c18e4e56c3/68747470733a2f2f692e696d6775722e636f6d2f4b694638506f692e706e67)

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

[](#installation)

`composer require bhavin-thummar/month-picker`

Usage
-----

[](#usage)

```
use BhavinThummar\MonthPicker\MonthPicker;

public function fields(Request $request)
{
    return [

        //for index page
        MonthPicker::make('Month & Year', 'month_year', function () {
            if ($this->month_year) {
                return array('month' => date('m', strtotime(($this->month_year))), 'year' => date('Y', strtotime(($this->month_year))));
            }
        })
        ->onlyOnForms(),

        //for detail and view page
        MonthPicker::make('Month & Year', 'month_year', function () {
            return date('M-Y', strtotime($this->month_year));
        })->sortable()->exceptOnForms(),
    ];
}
```

License
-------

[](#license)

Feel free to contact me for any query.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

1495d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0500b6491c428e7d8cc206262f0191d22a35966e9bb41de90b5aab7f50cc2645?d=identicon)[bhavin](/maintainers/bhavin)

---

Top Contributors

[![bhavinthummar100-new](https://avatars.githubusercontent.com/u/266217081?v=4)](https://github.com/bhavinthummar100-new "bhavinthummar100-new (3 commits)")[![bhavinzwt](https://avatars.githubusercontent.com/u/58025684?v=4)](https://github.com/bhavinzwt "bhavinzwt (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/bhavin-thummar-month-picker/health.svg)

```
[![Health](https://phpackages.com/badges/bhavin-thummar-month-picker/health.svg)](https://phpackages.com/packages/bhavin-thummar-month-picker)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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