PHPackages                             bupkneb/multiselect-nova-filter - 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. bupkneb/multiselect-nova-filter

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

bupkneb/multiselect-nova-filter
===============================

Multiselect filter option for Nova.

1.0.1(3y ago)03MITVuePHP &gt;=7.2.0

Since Oct 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bupkneb/multiselect-nova-filter)[ Packagist](https://packagist.org/packages/bupkneb/multiselect-nova-filter)[ RSS](/packages/bupkneb-multiselect-nova-filter/feed)WikiDiscussions master Synced 1mo ago

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

Legacy Nova Multiselect Filter
==============================

[](#legacy-nova-multiselect-filter)

Adds capability of choosing multiple values with the Nova Resource filter.

[![Nova Multiselect Field](./screenshot.png)](./screenshot.png)[![Nova Multiselect Field](./screenshot2.png)](./screenshot2.png)

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

[](#installation)

Install via composer:

```
composer require bupkneb/multiselect-nova-filter
```

Usage
-----

[](#usage)

Use `MultiselectFilter` class instead of `Filter`:

```
use bupkneb\Filters\MultiselectFilter;

class DocumentOwner extends MultiselectFilter
{
  public function apply(Request $request, $query, $value)
  {
      return $query->whereIn('user', $value);
  }

  public function options(Request $request)
  {
      return [
          'Herald' => 'herald',
          'Kemar' => 'kemar',
      ];
  }
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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

Every ~0 days

Total

2

Last Release

1296d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08db34952441d13959351829424f05fc275ac375aa225ed57a891236e3105b17?d=identicon)[bupkneb](/maintainers/bupkneb)

---

Top Contributors

[![benkoh-go](https://avatars.githubusercontent.com/u/56106975?v=4)](https://github.com/benkoh-go "benkoh-go (2 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/bupkneb-multiselect-nova-filter/health.svg)

```
[![Health](https://phpackages.com/badges/bupkneb-multiselect-nova-filter/health.svg)](https://phpackages.com/packages/bupkneb-multiselect-nova-filter)
```

###  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)
