PHPackages                             jycr753/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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. jycr753/password-strength-checker

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

jycr753/password-strength-checker
=================================

Make a calculation so users can have a visual response to password input

0.2(9y ago)1400MITPHPCI failing

Since Jul 3Pushed 9y ago2 watchersCompare

[ Source](https://github.com/jycr753/password-strength-checker)[ Packagist](https://packagist.org/packages/jycr753/password-strength-checker)[ RSS](/packages/jycr753-password-strength-checker/feed)WikiDiscussions master Synced 3w ago

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

Strength Password Provider
==========================

[](#strength-password-provider)

[![Latest Stable Version](https://camo.githubusercontent.com/880f7c8af517e9e1cd154a158a34155fbc131b49abb8c078cf51c072d092c30a/68747470733a2f2f706f7365722e707567782e6f72672f6a7963723735332f70617373776f72642d737472656e6774682d636865636b65722f762f737461626c65)](https://packagist.org/packages/jycr753/password-strength-checker)[![Total Downloads](https://camo.githubusercontent.com/65c022c7d8018b43b26863e79a88bac4deb5c5173748dc220493b58b6342aad5/68747470733a2f2f706f7365722e707567782e6f72672f6a7963723735332f70617373776f72642d737472656e6774682d636865636b65722f646f776e6c6f616473)](https://packagist.org/packages/jycr753/password-strength-checker)[![Latest Unstable Version](https://camo.githubusercontent.com/2207b1bd2d15aaf678c402d817e72fecae22f89422b7b6552b555e70d6be90a7/68747470733a2f2f706f7365722e707567782e6f72672f6a7963723735332f70617373776f72642d737472656e6774682d636865636b65722f762f756e737461626c65)](https://packagist.org/packages/jycr753/password-strength-checker)[![License](https://camo.githubusercontent.com/50b1f1603cf58d523b95b743b513dbae169ed4cb9b874f3f60acfe1fe5a47bc2/68747470733a2f2f706f7365722e707567782e6f72672f6a7963723735332f70617373776f72642d737472656e6774682d636865636b65722f6c6963656e7365)](https://packagist.org/packages/jycr753/password-strength-checker)[![Monthly Downloads](https://camo.githubusercontent.com/c2ca965921a2688ec3c679962454f7eb2dc8b99c96f1cc2ca299cfa7635a90ac/68747470733a2f2f706f7365722e707567782e6f72672f6a7963723735332f70617373776f72642d737472656e6774682d636865636b65722f642f6d6f6e74686c79)](https://packagist.org/packages/jycr753/password-strength-checker)

Documentation
-------------

[](#documentation)

### Installation

[](#installation)

To install run composer:

```
composer require jycr753/password-strength-checker

```

Register the service provider:

```
jycr753\PasswordStrengthChecker\ServiceProvider::class,

```

Publish the configuration files to customize the package:

```
php artisan vendor:publish --provider="Vendor\jycr753\PasswordStrengthChecker\ServiceProvider" --tag="config"

```

### Usage

[](#usage)

Import package in class

`use jycr753\PasswordStrengthChecker\ServiceProvider as PSC;`

Method usage Sample:

```
public function passwordCheck(Request $request)
{
    $password = $request->get('password');
    $score = PSC::check($password);
    return [$score];
}

```

Output sample:

```
 [
     {
         "data": {
             "score": 104,
             "strength": 4,
             "text": "Very Strong"
         }
     }
 ]

```

### Configuration

[](#configuration)

Contributing
------------

[](#contributing)

### Bug Reports

[](#bug-reports)

All issues are welcome, to create a better product, but your issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue.

### Which Branch?

[](#which-branch)

All bug fixes should be sent to the develop branch. Bug fixes should never be sent to the master

### Security Vulnerabilities

[](#security-vulnerabilities)

If you discover a security vulnerability within this package, write an email to  .

### Coding Style

[](#coding-style)

Our projects follows the PSR-2 coding standard and the [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md) autoloading standard.

### StyleCI

[](#styleci)

StyleCI automatically fixes code style to match the standard.

License
-------

[](#license)

```
Copyright 2016 Jorge Rodriguez(jycr753) and other contributors:

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

3646d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e13860f4de7e879f97d56b121d7df25603c97a0a8abb6d9f8ab3597c8d6ba87?d=identicon)[jycr753](/maintainers/jycr753)

---

Top Contributors

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

---

Tags

passwordsecure

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[illuminate/validation

The Illuminate Validation package.

18837.7M1.6k](/packages/illuminate-validation)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[schuppo/password-strength

This package provides a validator for ensuring strong passwords in Laravel 4 applications.

1432.7M1](/packages/schuppo-password-strength)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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