PHPackages                             ibnaqil/secure-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. [Security](/categories/security)
4. /
5. ibnaqil/secure-field

ActiveLibrary[Security](/categories/security)

ibnaqil/secure-field
====================

Secure and encrypted input field for Filament

v1.0.0(1y ago)24MITPHPPHP ^8.1

Since Jun 24Pushed 1y agoCompare

[ Source](https://github.com/ibnaqil/secure-field)[ Packagist](https://packagist.org/packages/ibnaqil/secure-field)[ RSS](/packages/ibnaqil-secure-field/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Secure Field for Filament
=========================

[](#secure-field-for-filament)

A secure text input field for Filament that encrypts data when saving and decrypts on load — useful for passphrases or confidential input.

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

[](#installation)

```
composer require ibnaqil/secure-field
```

Usage
-----

[](#usage)

```
use Ibnaqil\SecureField\Components\SecureField;

```

```
SecureField::make('passphrase')
->label('Secure Passphrase')
->required(),

```

That's it! Your data will be encrypted in storage and decrypted when displayed.

🔐 Notes

```
Requires Laravel 10+ and Filament 3

Uses Laravel's built-in encrypt() and decrypt() helpers

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance49

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

375d ago

### Community

Maintainers

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

---

Top Contributors

[![ibnaqil](https://avatars.githubusercontent.com/u/6417532?v=4)](https://github.com/ibnaqil "ibnaqil (8 commits)")

### Embed Badge

![Health badge](/badges/ibnaqil-secure-field/health.svg)

```
[![Health](https://phpackages.com/badges/ibnaqil-secure-field/health.svg)](https://phpackages.com/packages/ibnaqil-secure-field)
```

###  Alternatives

[illuminate/encryption

The Illuminate Encryption package.

9630.7M326](/packages/illuminate-encryption)[althinect/filament-spatie-roles-permissions

3481.1M10](/packages/althinect-filament-spatie-roles-permissions)

PHPackages © 2026

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