PHPackages                             lemonlabs/nova-selectable-key-value - 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. [Templating &amp; Views](/categories/templating)
4. /
5. lemonlabs/nova-selectable-key-value

ActiveLibrary[Templating &amp; Views](/categories/templating)

lemonlabs/nova-selectable-key-value
===================================

Laravel Nova KeyValue field with definable selectable keys.

v0.2.2(4mo ago)01.2k↓42.9%MITPHPPHP ^8.1CI passing

Since Oct 1Pushed 4mo agoCompare

[ Source](https://github.com/Het-Codeerbedrijf/nova-selectable-key-value)[ Packagist](https://packagist.org/packages/lemonlabs/nova-selectable-key-value)[ RSS](/packages/lemonlabs-nova-selectable-key-value/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Laravel Nova selectable key value field
=======================================

[](#laravel-nova-selectable-key-value-field)

[![Packagist Version](https://camo.githubusercontent.com/6b57530b851bf87e00cd5e1584e14f52b7e2045934180a0902371d3e9919d54b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c656d6f6e6c6162732f6e6f76612d73656c65637461626c652d6b65792d76616c75652e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/lemonlabs/nova-selectable-key-value)[![Packagist Downloads](https://camo.githubusercontent.com/8550fb2b300b2363bdc57693a06031fbe8bc7dc6e72a43207e74a02fa8792b0e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c656d6f6e6c6162732f6e6f76612d73656c65637461626c652d6b65792d76616c75652e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/lemonlabs/nova-selectable-key-value)

A Laravel Nova custom field for key-value pairs where the key is a dropdown (select) with options set via `->keyOptions()`.

Usage
-----

[](#usage)

```
use LemonLabs\SelectableKeyValue\SelectableKeyValue;

SelectableKeyValue::make('Settings')
    ->keyOptions([
        'option1' => 'Option 1',
        'option2' => 'Option 2',
    ])
```

Installation
------------

[](#installation)

1. Install the package in your Nova project: ```
    composer require lemonlabs/nova-selectable-key-value
    ```
2. Use the field in your Nova resource as shown above.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance74

Regular maintenance activity

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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 ~29 days

Total

4

Last Release

141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ce0bef9f1a9cbc24fdb54c14a0dd23afb3f5704d767b4d7eda559eaaa9e66b7?d=identicon)[lemonlabs](/maintainers/lemonlabs)

---

Top Contributors

[![NowakAdmin](https://avatars.githubusercontent.com/u/71527799?v=4)](https://github.com/NowakAdmin "NowakAdmin (10 commits)")[![iskandervdh](https://avatars.githubusercontent.com/u/59149083?v=4)](https://github.com/iskandervdh "iskandervdh (5 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/lemonlabs-nova-selectable-key-value/health.svg)

```
[![Health](https://phpackages.com/badges/lemonlabs-nova-selectable-key-value/health.svg)](https://phpackages.com/packages/lemonlabs-nova-selectable-key-value)
```

###  Alternatives

[outl1ne/nova-multiselect-field

A multiple select field for Laravel Nova.

3402.9M2](/packages/outl1ne-nova-multiselect-field)[waynestate/nova-ckeditor4-field

This nova package allows you to use CKEditor 4 for text areas.

62739.1k8](/packages/waynestate-nova-ckeditor4-field)[oneduo/nova-time-field

A Laravel Nova time field

13157.6k](/packages/oneduo-nova-time-field)[saumini/ellipsis-textarea

A Laravel Nova textarea field with ellipsis support

12146.9k](/packages/saumini-ellipsis-textarea)

PHPackages © 2026

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