PHPackages                             pijush\_gupta/password-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. pijush\_gupta/password-generator

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

pijush\_gupta/password-generator
================================

Simple Password Genarator

01PHP

Since Dec 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Pijushgupta/php-password-generator)[ Packagist](https://packagist.org/packages/pijush_gupta/password-generator)[ RSS](/packages/pijush-gupta-password-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

###### Clone the repo

[](#clone-the-repo)

```
git clone https://github.com/Pijushgupta/php-password-generator.git
```

```
include_once 'Location of password.php'
```

###### OR

[](#or)

###### Use Composer

[](#use-composer)

```
composer require pijush_gupta/password-generator:dev-main
```

###### Using in the project

[](#using-in-the-project)

```
use pgrandom\password;

$createObject = new password();
echo $createObject;
```

###### OR

[](#or-1)

```
$createObject = new password(
	16 /*length*/,
	true /* add numbers */,
	true /* add symbols */
	);
echo $createObject;
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

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/c74fdb54e7d0980abb730547ee47bf48a90ed2bb616b0fa66186d7672c9c7356?d=identicon)[Pijushgupta](/maintainers/Pijushgupta)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/pijush-gupta-password-generator/health.svg)

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

PHPackages © 2026

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