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

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

kdrmlhcn/nova-multiselect-label-filter
======================================

Multiselect filter for Laravel Nova

v1.2.1(6y ago)2732[1 issues](https://github.com/kdrmlhcn/nova-multiselect-label-filter/issues)MITVuePHP ^7.1CI failing

Since Apr 2Pushed 6y ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

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

[](#installation)

```
composer require kdrmlhcn/nova-multiselect-label-filter
```

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

[](#description)

Multiselect label 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 Kdrmlhcn\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',
        ];
    }
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

2229d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46748527?v=4)[sormagec](/maintainers/sormagec)[@sormagec](https://github.com/sormagec)

![](https://www.gravatar.com/avatar/5c4124b81e6ee570ce20c8b6c0bb851041bf2e3b8a555766452a20e5d7d29bb6?d=identicon)[kdrmlhcn](/maintainers/kdrmlhcn)

---

Top Contributors

[![clevel-kaan](https://avatars.githubusercontent.com/u/58694321?v=4)](https://github.com/clevel-kaan "clevel-kaan (1 commits)")

---

Tags

laravelfiltermultiselectlabelnova

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/kdrmlhcn-nova-multiselect-label-filter/health.svg)](https://phpackages.com/packages/kdrmlhcn-nova-multiselect-label-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)[klepak/nova-multiselect-filter

Multiselect filter for Laravel Nova

14179.4k2](/packages/klepak-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)

PHPackages © 2026

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