PHPackages                             klepak/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. [Search &amp; Filtering](/categories/search)
4. /
5. klepak/nova-multiselect-filter

ActiveLibrary[Search &amp; Filtering](/categories/search)

klepak/nova-multiselect-filter
==============================

Multiselect filter for Laravel Nova

v1.2.4(4y ago)14179.4k↓43.3%17[5 issues](https://github.com/klepak/nova-multiselect-filter/issues)[2 PRs](https://github.com/klepak/nova-multiselect-filter/pulls)2MITPHPPHP ^7.1|^8.0|^8.1

Since Aug 6Pushed 1y ago4 watchersCompare

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

READMEChangelog (2)Dependencies (4)Versions (8)Used By (2)

Installation
============

[](#installation)

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

Description
===========

[](#description)

Multiselect filter for Laravel Nova. Based on [vue-multiselect](https://vue-multiselect.js.org)

[![example](https://raw.githubusercontent.com/klepak/nova-multiselect-filter/master/docs/example.gif)](https://raw.githubusercontent.com/klepak/nova-multiselect-filter/master/docs/example.gif)

Usage
=====

[](#usage)

```
use Illuminate\Http\Request;
use Klepak\NovaMultiselectFilter\NovaMultiselectFilter;

class CustomFilter extends NovaMultiselectFilter
{
    public function apply(Request $request, $query, $value)
    {
        return $query->whereIn('field', $value);
    }

    public function options(Request $request)
    {
        return [
            'Label 1' => 'value-1',
            'Label 2' => 'value-2',
            'Label 3' => 'value-3',
        ];
    }
}
```

Testing
=======

[](#testing)

```
composer test
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~164 days

Recently: every ~188 days

Total

7

Last Release

1491d ago

PHP version history (4 changes)v1.0PHP &gt;=7.1.0

v1.2PHP ^7.1

v1.2.3PHP ^7.1|^8.0

v1.2.4PHP ^7.1|^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/8712465c0072cf9165361e9de1be00199befd6e3fdc7097cf6217fc20d9dfc3e?d=identicon)[knutle](/maintainers/knutle)

---

Top Contributors

[![jhae-de](https://avatars.githubusercontent.com/u/28291021?v=4)](https://github.com/jhae-de "jhae-de (16 commits)")[![knutle](https://avatars.githubusercontent.com/u/1419066?v=4)](https://github.com/knutle "knutle (13 commits)")[![marijnhurkens](https://avatars.githubusercontent.com/u/3952305?v=4)](https://github.com/marijnhurkens "marijnhurkens (2 commits)")[![thejamescollins](https://avatars.githubusercontent.com/u/108233?v=4)](https://github.com/thejamescollins "thejamescollins (2 commits)")[![kdrmlhcn](https://avatars.githubusercontent.com/u/17956350?v=4)](https://github.com/kdrmlhcn "kdrmlhcn (1 commits)")[![swilla](https://avatars.githubusercontent.com/u/304159?v=4)](https://github.com/swilla "swilla (1 commits)")

---

Tags

laravelfiltermultiselectnova

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[optimistdigital/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45305.4k](/packages/optimistdigital-nova-multiselect-filter)[suenerds/nova-searchable-belongs-to-filter

Searchable Nova filter for belongsTo relationships.

29516.9k](/packages/suenerds-nova-searchable-belongs-to-filter)[outl1ne/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64343.5k](/packages/outl1ne-nova-detached-filters)[digital-creative/nova-mega-filter

Allows you to control the columns and filters shown on your nova resources.

87159.3k](/packages/digital-creative-nova-mega-filter)[optimistdigital/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64235.5k](/packages/optimistdigital-nova-detached-filters)

PHPackages © 2026

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