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

Abandoned → [jord-jd/password-suggester](/?search=jord-jd%2Fpassword-suggester)Library

divineomega/password-suggester
==============================

Migrated package jord-jd/password-suggester

v3.0.0(2mo ago)01LGPL-3.0-onlyPHPPHP &gt;=7.1

Since Jun 22Pushed 2mo agoCompare

[ Source](https://github.com/Jord-JD/password-suggester)[ Packagist](https://packagist.org/packages/divineomega/password-suggester)[ GitHub Sponsors](https://github.com/DivineOmega)[ RSS](/packages/divineomega-password-suggester/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Password Suggester
==================

[](#password-suggester)

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

[](#installation)

To install Password Suggester, run the following Composer command from the root of your project.

```
composer require jord-jd/password-suggester
```

Usage
-----

[](#usage)

See the following basic usage example.

```
use JordJD\PasswordSuggester\PasswordSuggester;
use JordJD\PasswordSuggester\SuggestionStrategies\AlphanumericStrategy;
use JordJD\PasswordSuggester\SuggestionStrategies\NumbersStrategy;
use JordJD\PasswordSuggester\SuggestionStrategies\WordsStrategy;

require_once __DIR__.'/../vendor/autoload.php';

$passwordSuggester = new PasswordSuggester();

$strategy = new AlphanumericStrategy();
//$strategy = new WordsStrategy();
//$strategy = new NumbersStrategy();

echo $passwordSuggester->suggest($strategy);
echo PHP_EOL;
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance83

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

87d ago

Major Versions

v1.0.0 → v2.0.02026-02-14

v2.0.0 → v3.0.02026-02-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

---

Top Contributors

[![Jord-JD](https://avatars.githubusercontent.com/u/650645?v=4)](https://github.com/Jord-JD "Jord-JD (13 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[laravel/lumen-framework

The Laravel Lumen Framework.

1.5k26.2M709](/packages/laravel-lumen-framework)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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