PHPackages                             zeppelin/pass-generator - 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. zeppelin/pass-generator

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

zeppelin/pass-generator
=======================

01PHP

Since Feb 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/chiqovani/Password_generator)[ Packagist](https://packagist.org/packages/zeppelin/pass-generator)[ RSS](/packages/zeppelin-pass-generator/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Password Generator
==================

[](#password-generator)

PHP package for generating passwords with different strength

Strength 1 (ruleOne)

- At least two capital letters
- At least one lowercase letter

Strength 2 (ruleTwo)

- At least two capital letters
- At least one lowercase letter
- At least one number between 2 and 5 - including 2 and 5.

Strength 3 (ruleThree)

- At least one symbol from the symbol set: !#$%&amp;(){}\[\]=

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

[](#installation)

```
composer require zeppelin/pass-generator
```

Usage
-----

[](#usage)

pass Rule and password length to PasswordGenerator

```
use PasswordGenerator\PasswordGenerator;
use PasswordGenerator\Rules\RuleTwo;

$password = new PasswordGenerator(new RuleTwo(), 10)

# returns random password
$password->generate()
```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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/144d01d6d178615bd3377513226b4fd6af2f55c63dd0a126cbb60d6e0eb4cfd8?d=identicon)[chiqovani](/maintainers/chiqovani)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zeppelin-pass-generator/health.svg)

```
[![Health](https://phpackages.com/badges/zeppelin-pass-generator/health.svg)](https://phpackages.com/packages/zeppelin-pass-generator)
```

###  Alternatives

[datatables.net/datatables.net-bs5

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is DataTables with styling for \[Bootstrap5\](https://getbootstrap.com/)

2185.7k16](/packages/datatablesnet-datatablesnet-bs5)

PHPackages © 2026

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