PHPackages                             ircop/passworder - 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. ircop/passworder

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

ircop/passworder
================

Human-readable password generator

v0.1.3(10y ago)63.7k↑141.7%6[1 issues](https://github.com/ircop/passworder/issues)GPLv2PHP

Since Nov 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ircop/passworder)[ Packagist](https://packagist.org/packages/ircop/passworder)[ RSS](/packages/ircop-passworder/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (6)Used By (0)

Human-friendly password generator
=================================

[](#human-friendly-password-generator)

Generates password from 2 parts: first is random, but well-readable string, seocnd is a word from dictionary.

All options are in config file:

- random\_uppercase: make several letters uppercase \[true/false\]
- uppercase\_chance: chance to make letter uppercase. Applies for each letter. \[0-9\]
- add\_numbers: add or not numbers to password (to the end of both parts). \[true/false\]
- number\_chance: chance to add number \[0-9\]
- words =&gt; \[\] : dictionary.

Install
=======

[](#install)

### 1: install via composer:

[](#1-install-via-composer)

```
composer require ircop/passworder

```

### 2: add service provider:

[](#2-add-service-provider)

Open `config/app.php`, and add to the `providers` array:

```
Ircop\Passworder\PassworderServiceProvider::class,

```

### 3: add facade alias:

[](#3-add-facade-alias)

In the `config/app.php`. add to the `aliases` array:

```
'Passworder' => Ircop\Passworder\Facade\Passworder::class,

```

### 4: Publishing config:

[](#4-publishing-config)

Run in the console:

```
./artisan vendor:publish --provider="Ircop\Passworder\PassworderServiceProvider"

```

Config will be moved to /config/passworder.php

Usage examples:
===============

[](#usage-examples)

Code:

```
for( $i=0; $i true,
    'uppercase_chance' => 1,        # 0-9
    'add_numbers' => true,
    'number_chance' => 5,           # 0-9
    'delimeters'  => '-_!@%.#',

```

Output:

```
sobmu.heat
Rupke4.print
bistO2-doubt
penga#agree
TambU8#papeR6
RamdA!woman
tebPU-sleep
dogke.wOuNd4
Todki!linen
nanrO.WoRk6

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~0 days

Total

4

Last Release

3885d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2287048?v=4)[ircop](/maintainers/ircop)[@ircop](https://github.com/ircop)

---

Top Contributors

[![ircop](https://avatars.githubusercontent.com/u/2287048?v=4)](https://github.com/ircop "ircop (4 commits)")[![rudenko-programmer](https://avatars.githubusercontent.com/u/5767807?v=4)](https://github.com/rudenko-programmer "rudenko-programmer (1 commits)")

---

Tags

laravelpasswordpassword generator

### Embed Badge

![Health badge](/badges/ircop-passworder/health.svg)

```
[![Health](https://phpackages.com/badges/ircop-passworder/health.svg)](https://phpackages.com/packages/ircop-passworder)
```

###  Alternatives

[rawilk/filament-password-input

Enhanced password input component for filament.

52263.4k14](/packages/rawilk-filament-password-input)[naif/generate-password

A Laravel Nova password field with generating random password option

1885.8k](/packages/naif-generate-password)[degraciamathieu/riddler

Password generator service

135.1k](/packages/degraciamathieu-riddler)

PHPackages © 2026

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