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 3w ago

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 31% 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

2284d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/17956350?v=4)[Kadir Melih Can](/maintainers/kdrmlhcn)[@kdrmlhcn](https://github.com/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

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45902.0k5](/packages/outl1ne-nova-multiselect-filter)[optimistdigital/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45316.3k](/packages/optimistdigital-nova-multiselect-filter)[klepak/nova-multiselect-filter

Multiselect filter for Laravel Nova

14181.4k2](/packages/klepak-nova-multiselect-filter)[suenerds/nova-searchable-belongs-to-filter

Searchable Nova filter for belongsTo relationships.

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

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

64414.8k](/packages/outl1ne-nova-detached-filters)

PHPackages © 2026

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