PHPackages                             phpsa/filament-password-reveal - 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. [CLI &amp; Console](/categories/cli)
4. /
5. phpsa/filament-password-reveal

ActiveLibrary[CLI &amp; Console](/categories/cli)

phpsa/filament-password-reveal
==============================

Password Input with option to show

v2.1.1(2y ago)51143.4k↓16.4%14[1 PRs](https://github.com/phpsa/filament-password-reveal/pulls)2MITBladePHP ^8.0

Since Apr 28Pushed 2y ago2 watchersCompare

[ Source](https://github.com/phpsa/filament-password-reveal)[ Packagist](https://packagist.org/packages/phpsa/filament-password-reveal)[ Docs](https://cgs4k.nz)[ GitHub Sponsors](https://github.com/phpsa)[ RSS](/packages/phpsa-filament-password-reveal/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (2)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d75400d7989ea39555ff1f4633948cf3f3d6c52e54d8372aa25351f3d3de7576/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70687073612f66696c616d656e742d70617373776f72642d72657665616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpsa/filament-password-reveal)[![Semantic Release](https://github.com/phpsa/filament-password-reveal/actions/workflows/release.yml/badge.svg)](https://github.com/phpsa/filament-password-reveal/actions/workflows/release.yml)[![Total Downloads](https://camo.githubusercontent.com/245b99670a76593a36be0b08eb277e8f75fb9ae49f730c32f995792325501e2e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70687073612f66696c616d656e742d70617373776f72642d72657665616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpsa/filament-password-reveal)

Filament Password Input
=======================

[](#filament-password-input)

Password input that allows shows/hide, copy and generate

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

[](#installation)

You can install the package via composer:

```
composer require phpsa/filament-password-reveal
```

Usage
-----

[](#usage)

`Password::make('password')->autocomplete('new_password')->...`

additional methods:

### Methods that allow some extendability

[](#methods-that-allow-some-extendability)

- Password Reveal
- - `...->revealable(bool|Closure $condition)` - default: true
- - `...->initiallyHidden(bool|Closure $condition)` - default: true
- - `...->showIcon(string $icon)` - default: heroicon-o-eye
- - `...->hideIcon(string $hide)]` - default: heroicon-o-eye-open
- Password Copy to Clipboard
- - `...->copyable(bool|Closure)` default: false
- - `...->copyIcon(string $icon)]` default: heroicon-o-clipboard
- Generate Password `...->generatable(bool|Closure)` default: false `...->generateIcon($icon)` default: heroicon-o-key `...->passwordLength(int)` default: 8 `...->passwordUsesNumbers(bool)` default: true `...->passwordUsesSymbols(bool)` default: true

All three can be enabled at the same time.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Phpsa](https://github.com/phpsa)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~70 days

Total

11

Last Release

901d ago

Major Versions

v1.1.4 → v2.0.02023-08-09

### Community

Maintainers

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

---

Top Contributors

[![phpsa](https://avatars.githubusercontent.com/u/952595?v=4)](https://github.com/phpsa "phpsa (9 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (7 commits)")[![craigAtCD](https://avatars.githubusercontent.com/u/152445143?v=4)](https://github.com/craigAtCD "craigAtCD (6 commits)")[![lukas-frey](https://avatars.githubusercontent.com/u/10926334?v=4)](https://github.com/lukas-frey "lukas-frey (3 commits)")[![mstfkhazaal](https://avatars.githubusercontent.com/u/47450090?v=4)](https://github.com/mstfkhazaal "mstfkhazaal (1 commits)")[![steveneppler](https://avatars.githubusercontent.com/u/24479922?v=4)](https://github.com/steveneppler "steveneppler (1 commits)")[![sweebee](https://avatars.githubusercontent.com/u/10496485?v=4)](https://github.com/sweebee "sweebee (1 commits)")[![divdax](https://avatars.githubusercontent.com/u/1456739?v=4)](https://github.com/divdax "divdax (1 commits)")[![intrepidws](https://avatars.githubusercontent.com/u/125735?v=4)](https://github.com/intrepidws "intrepidws (1 commits)")[![josefbehr](https://avatars.githubusercontent.com/u/4368880?v=4)](https://github.com/josefbehr "josefbehr (1 commits)")

---

Tags

clilaraveluiuserresourcewidgetfilamentfun

### Embed Badge

![Health badge](/badges/phpsa-filament-password-reveal/health.svg)

```
[![Health](https://phpackages.com/badges/phpsa-filament-password-reveal/health.svg)](https://phpackages.com/packages/phpsa-filament-password-reveal)
```

###  Alternatives

[phpsa/filament-dadjokes

With DadJokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

1714.1k](/packages/phpsa-filament-dadjokes)[phpsa/filament-authentication

User &amp; Role (via Spatie Roles/Permissions) Manager Resource For Filament Admin

12663.6k](/packages/phpsa-filament-authentication)[rawilk/filament-password-input

Enhanced password input component for filament.

52232.4k3](/packages/rawilk-filament-password-input)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[danihidayatx/image-optimizer

Optimize your Filament images before they reach your database. Forked from joshembling/image-optimizer for Filament v4 &amp; v5 support.

254.4k](/packages/danihidayatx-image-optimizer)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)

PHPackages © 2026

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