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

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

rcknr/nova-multiselect-filter
=============================

A Laravel Nova filter that allows multiple selection.

1.3.1(6y ago)26283.7k↓40.7%12[5 issues](https://github.com/rcknr/nova-multiselect-filter/issues)[16 PRs](https://github.com/rcknr/nova-multiselect-filter/pulls)2MITVuePHP &gt;=7.1.0

Since Oct 17Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (22)Used By (2)

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

[](#nova-multiselect-filter)

Provides capability of selecting multiple values with Nova Resource filter.

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

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

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

Usage
-----

[](#usage)

Use `MultiselectFilter` class instead of `Filter`:

```
use rcknr\Nova\Filters\MultiselectFilter;

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

  public function options(Request $request)
  {
      return [
          'Administrator' => 'admin',
          'Editor' => 'editor',
      ];
  }
}
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~113 days

Total

5

Last Release

2362d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/471067?v=4)[Sergii Kauk](/maintainers/skauk)[@skauk](https://github.com/skauk)

---

Top Contributors

[![skauk](https://avatars.githubusercontent.com/u/471067?v=4)](https://github.com/skauk "skauk (5 commits)")[![303K](https://avatars.githubusercontent.com/u/3934941?v=4)](https://github.com/303K "303K (1 commits)")[![sidigi](https://avatars.githubusercontent.com/u/1765748?v=4)](https://github.com/sidigi "sidigi (1 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1198.4k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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