PHPackages                             vad-naitik/jquery-password-strength-checker - 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. vad-naitik/jquery-password-strength-checker

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

vad-naitik/jquery-password-strength-checker
===========================================

jQuery Password Strength Checker

1.0.0(4y ago)07MITHTML

Since Sep 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vad-naitik/jQuery-Password-Strength-Checker)[ Packagist](https://packagist.org/packages/vad-naitik/jquery-password-strength-checker)[ RSS](/packages/vad-naitik-jquery-password-strength-checker/feed)WikiDiscussions main Synced 1mo ago

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

jQuery-Password-Strength-Checker
================================

[](#jquery-password-strength-checker)

jQuery password strength checker with indicated password strength

Getting Started
---------------

[](#getting-started)

```

		8-15 Characters
		At least one capital letter
		At least one small letter
		At least one number
		At least one Specail Characters

```

### Add CSS File

[](#add-css-file)

```

```

### Add Javascript File

[](#add-javascript-file)

```

```

### Script

[](#script)

```
	$('#password').keyup(function(event) {
		var password = $('#password').val(); /* your Password Field */
		checkPasswordStrength(password);
	});
```

​

Credits
-------

[](#credits)

See the [Contributing Guidelines](CONTRIBUTING.md) for details.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

1695d ago

### Community

Maintainers

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

---

Top Contributors

[![vad-naitik](https://avatars.githubusercontent.com/u/9828712?v=4)](https://github.com/vad-naitik "vad-naitik (6 commits)")

### Embed Badge

![Health badge](/badges/vad-naitik-jquery-password-strength-checker/health.svg)

```
[![Health](https://phpackages.com/badges/vad-naitik-jquery-password-strength-checker/health.svg)](https://phpackages.com/packages/vad-naitik-jquery-password-strength-checker)
```

###  Alternatives

[topthink/think-helper

The ThinkPHP6 Helper Package

962.4M241](/packages/topthink-think-helper)[elements/process-manager-bundle

The Process Manager allows you to manage (define,execute...) arbitrary processes/commands in the Pimcore backend.

49633.0k5](/packages/elements-process-manager-bundle)[ijeffro/laravel-cities

Laravel Cities is a bundle for Laravel, providing Iata Code ISO 3166 3 and country codes for all the cities.

118.2k](/packages/ijeffro-laravel-cities)

PHPackages © 2026

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