PHPackages                             nalingia/nova-secret-field - 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. nalingia/nova-secret-field

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

nalingia/nova-secret-field
==========================

A Laravel Nova field.

1.1.0(6y ago)2111.6k↓68.8%1[1 issues](https://github.com/nalingia/nova-secret-field/issues)MITVuePHP &gt;=7.1.0

Since Apr 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/nalingia/nova-secret-field)[ Packagist](https://packagist.org/packages/nalingia/nova-secret-field)[ RSS](/packages/nalingia-nova-secret-field/feed)WikiDiscussions master Synced 2d ago

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

Nova Secret Field
=================

[](#nova-secret-field)

This package provides a custom secret field which can be toggled to see its value.

[![Latest Version on Packagist](https://camo.githubusercontent.com/1c5d9e69ebba7a3453b8f1e85878c46253f07606138bee77b503cdb7f271d057/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e616c696e6769612f6e6f76612d7365637265742d6669656c64)](https://packagist.org/packages/nalingia/nova-secret-field)[![License](https://camo.githubusercontent.com/638f36c20a634077bf2909bcedee99af213bde4eaa8eb9175a3a8fcace265989/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e616c696e6769612f6e6f76612d7365637265742d6669656c64)](https://camo.githubusercontent.com/638f36c20a634077bf2909bcedee99af213bde4eaa8eb9175a3a8fcace265989/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e616c696e6769612f6e6f76612d7365637265742d6669656c64)

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

[](#installation)

```
composer require nalingia/nova-secret-field
```

Usage
-----

[](#usage)

```
use Nalingia\NovaSecretField\NovaSecretField;

//...

public function fields()
{
    return [
        NovaSecretField::make('Name'),
    ];
}
```

Customise
---------

[](#customise)

The field ships with a copy-to-clipboard feature. By default, this feature is disabled but if you want to enable it, use `canCopyToClipboard` method on your instance.

```
use Nalingia\NovaSecretField\NovaSecretField;

//...

public function fields()
{
    return [
        NovaSecretField::make('Name')
            ->canCopyToClipboard(),
    ];
}
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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 ~2 days

Total

7

Last Release

2250d ago

### Community

Maintainers

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

---

Top Contributors

[![nalingia](https://avatars.githubusercontent.com/u/5793125?v=4)](https://github.com/nalingia "nalingia (11 commits)")

---

Tags

custom-fieldlaravellaravel-novalaravel-nova-fieldlaravelnova

### Embed Badge

![Health badge](/badges/nalingia-nova-secret-field/health.svg)

```
[![Health](https://phpackages.com/badges/nalingia-nova-secret-field/health.svg)](https://phpackages.com/packages/nalingia-nova-secret-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

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

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

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

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/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.

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

A Laravel Nova custom field text with masks on input

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

PHPackages © 2026

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