PHPackages                             owl/password - 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. owl/password

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

owl/password
============

Password widget for OctoberCMS.

2531PHP

Since Apr 2Pushed 11y ago1 watchersCompare

[ Source](https://github.com/october-widgets/password)[ Packagist](https://packagist.org/packages/owl/password)[ RSS](/packages/owl-password/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Password
========

[](#password)

Uses [hideShowPassword](https://github.com/cloudfour/hideShowPassword) to mask input values on element blur.

[![Packagist](https://camo.githubusercontent.com/6d2b97565c5147a977e015603627d6982e66803a4964228491cf2b9a9cfd2900/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f776c2f70617373776f72642e737667)](https://camo.githubusercontent.com/6d2b97565c5147a977e015603627d6982e66803a4964228491cf2b9a9cfd2900/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f776c2f70617373776f72642e737667)

### Installation

[](#installation)

To install the Password widget with your plugin, add the following to your plugin's `composer.json` file.

```
"require": {
    "owl/password": "~1.0@dev"
}
```

Next, register the widget in your plugin's `Plugin.php` file.

```
public function registerFormWidgets()
{
    return [
        'Owl\FormWidgets\Password\Widget' => [
            'label' => 'Password',
            'code'  => 'owl-password'
        ],
    ];
}
```

### Usage

[](#usage)

To use the Password widget, simply declare a field type as `owl-password`

```
password:
    label: Password
    type: owl-password
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/904cc72c102eb3725fdc5191aaf7519724839af6feb847dc20dfa138f37e50b2?d=identicon)[scottbedard](/maintainers/scottbedard)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/owl-password/health.svg)

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

###  Alternatives

[phpcsstandards/phpcsutils

A suite of utility functions for use with PHP\_CodeSniffer

6337.7M89](/packages/phpcsstandards-phpcsutils)[micropackage/acf-block-creator

ACF Block Creator - automatic block creation add-on for ACF

4220.4k](/packages/micropackage-acf-block-creator)

PHPackages © 2026

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