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

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

arku/nova-multiselect
=====================

A Laravel Nova Multiselect Implementation.

9187.1k↓20.8%[3 issues](https://github.com/arku31/NovaMultiSelect/issues)Vue

Since Oct 6Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

1. `composer require arku/nova-multiselect`
2. Edit your Nova resource fields method

2.1 Get your data first to the numeric array (key =&gt; value)

2.2 Get your selected options in the seperated array (only keys)

```
$data = getSomeData();
$selectedOptions = getSelectedOptions();

```

2.3 Create a multiselect Field. Don't forget to import Nova\\Multiselect\\Multiselect.

Pass to the make method two params - human view name and database field to store it. Database field must be able to save text (json).

Pass as options your data and selected options

```
return [
    Multiselect::make('HUMAN_VIEW_NAME', 'DATABASE_FIELD_NAME')->options($data, $selectedOptions),
]

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f550cb13eb7debca1b6396002279acf2540f8841355b9c310bc0b955e7e77e37?d=identicon)[arku31](/maintainers/arku31)

---

Top Contributors

[![arku31](https://avatars.githubusercontent.com/u/10908843?v=4)](https://github.com/arku31 "arku31 (1 commits)")[![YannikFirre](https://avatars.githubusercontent.com/u/3316758?v=4)](https://github.com/YannikFirre "YannikFirre (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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