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

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

ziffdavis/nova-multiselect
==========================

A Laravel Nova multiselect field.

v0.2.1(6y ago)739.2k↓50%4[23 PRs](https://github.com/ZiffDavis/nova-multiselect/pulls)MITVuePHP &gt;=7.1.0

Since Jun 11Pushed 3y ago17 watchersCompare

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

READMEChangelogDependenciesVersions (27)Used By (0)

MultiSelect
===========

[](#multiselect)

Install
-------

[](#install)

`composer require ziffdavis/nova-multiselect`

Description
-----------

[](#description)

Allows having a BelongsToMany relationship MultiSelect Form Field powered by Selectize. This field is hidden on the index page.

Usage
-----

[](#usage)

```
public function fields(Request $request)
{
    return [
        MultiSelect::make('Category', 'categories')->options(\App\Models\Category::get(['id', 'name']))->placeHolder('Select Categories'),
    ];
}

```

### Methods

[](#methods)

MethodDescription`options($options)`Sets the options to use. May be a collection or array of Objects`placeHolder($text)`Sets the text to use as the palce holder`disabled($bool)`Sets whether or not the field is disabled`optionLabel($label)`Sets the attribute name to use for the option label (Default 'name')`optionValue($value)`Sets the attribute name to use for the option value (Default 'id')

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~67 days

Total

3

Last Release

2397d ago

### Community

Maintainers

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

---

Top Contributors

[![jedlynch](https://avatars.githubusercontent.com/u/34250080?v=4)](https://github.com/jedlynch "jedlynch (5 commits)")[![denheck](https://avatars.githubusercontent.com/u/235116?v=4)](https://github.com/denheck "denheck (2 commits)")[![archangel2080](https://avatars.githubusercontent.com/u/9901932?v=4)](https://github.com/archangel2080 "archangel2080 (1 commits)")[![ralphschindler](https://avatars.githubusercontent.com/u/76674?v=4)](https://github.com/ralphschindler "ralphschindler (1 commits)")

---

Tags

laravelnovaselectize

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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