PHPackages                             papalardo/filament-password-input - 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. papalardo/filament-password-input

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

papalardo/filament-password-input
=================================

Password input for filament built with laravel

1.0.2(3y ago)1206MITBladePHP ^8.0

Since May 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/papalardo/filament-password-input)[ Packagist](https://packagist.org/packages/papalardo/filament-password-input)[ RSS](/packages/papalardo-filament-password-input/feed)WikiDiscussions master Synced today

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

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

[](#filament-password-input)

Plugin built for Filament package with Laravel framework. This input shows/hides the password when clicking on the eye

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

[](#installation)

Install via composer:

```
composer require papalardo/filament-password-input
```

Result
------

[](#result)

[![Docs result](docs/result.png)](docs/result.png)

Usage
-----

[](#usage)

```
use Illuminate\Validation\Rules\Password as PasswordRule;
use Papalardo\FilamentPasswordInput\PasswordInput;

class UserPasswordForm
{
    public static function inputs(): array
    {
        return [
            PasswordInput::make('password')
                ->label('Senha')
                ->required()
                ->rules(['confirmed', PasswordRule::min(8)]),

            PasswordInput::make('password_confirmation')
                ->label('Confirmação da senha')
                ->required(),
        ];
    }
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

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

Total

3

Last Release

1346d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17734894?v=4)[Pablo Papalardo](/maintainers/papalardo)[@papalardo](https://github.com/papalardo)

---

Top Contributors

[![papalardo](https://avatars.githubusercontent.com/u/17734894?v=4)](https://github.com/papalardo "papalardo (6 commits)")

### Embed Badge

![Health badge](/badges/papalardo-filament-password-input/health.svg)

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

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)

PHPackages © 2026

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