PHPackages                             laravel-nova-fields/gender - 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. laravel-nova-fields/gender

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

laravel-nova-fields/gender
==========================

A Laravel Nova gender field.

v1.1.0(7y ago)45.3k↓66.7%1MITPHPPHP &gt;=7.1.0

Since Aug 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/laravel-nova-fields/gender)[ Packagist](https://packagist.org/packages/laravel-nova-fields/gender)[ RSS](/packages/laravel-nova-fields-gender/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

A simple gender field for Laravel Nova apps
===========================================

[](#a-simple-gender-field-for-laravel-nova-apps)

This package contains a *very* simple Laravel Nova gender field. It is basically an extended select field, like the native country or timezone fields.

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

[](#installation)

You can install this package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require laravel-nova-fields/gender
```

To publish the config file to `config/laravel-nova-fields-gender.php` run:

```
php artisan vendor:publish --provider="LaravelNovaFields\Gender\FieldServiceProvider"
```

The contents of this configuration can be modified to modify the various default and extended genders.

Usage
-----

[](#usage)

You can use the `LaravelNovaFields\Gender\Gender` field in your Nova resource:

```
namespace App\Nova;

use LaravelNovaFields\Gender\Gender;

// ...

class Person extends Resource
{
    // ...

    public function fields(Request $request)
    {
        return [
            // ...

            Gender::make('Gender')
                ->includeExtended(), // includes extended gender set

            // ...
        ];
    }
}
```

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Every ~6 days

Total

2

Last Release

2860d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0099a02e09e4fd03c5aca40dd7cc943391d0333009959c276321e59f6423965?d=identicon)[travis.elkins](/maintainers/travis.elkins)

---

Top Contributors

[![telkins](https://avatars.githubusercontent.com/u/53731?v=4)](https://github.com/telkins "telkins (3 commits)")

---

Tags

laravelgendernova

### Embed Badge

![Health badge](/badges/laravel-nova-fields-gender/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-nova-fields-gender/health.svg)](https://phpackages.com/packages/laravel-nova-fields-gender)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.6M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17178.1k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11258.1k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1197.8k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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