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

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

curiolabs/passworder
====================

Human-readable password generator

v0.1.4(8y ago)0651[1 PRs](https://github.com/curiolabs/passworder/pulls)GPL-2.0+PHP

Since Nov 12Pushed 5y agoCompare

[ Source](https://github.com/curiolabs/passworder)[ Packagist](https://packagist.org/packages/curiolabs/passworder)[ RSS](/packages/curiolabs-passworder/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (6)Used By (0)

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

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

For Laravel 5.5

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 curiolabs/passworder

```

### 2: add service provider:

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

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

```
CurioLabs\Passworder\PassworderServiceProvider::class,

```

### 3: add facade alias:

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

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

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

```

### 4: Publishing config:

[](#4-publishing-config)

Run in the console:

```
./artisan vendor:publish --provider="CurioLabs\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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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 ~208 days

Total

5

Last Release

3003d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8281a6d95e0b54415bfdf1d3151aeae18793c217bec5bf05a23dab4ad5484f4a?d=identicon)[curiolabs](/maintainers/curiolabs)

---

Top Contributors

[![curiolabs](https://avatars.githubusercontent.com/u/36702970?v=4)](https://github.com/curiolabs "curiolabs (13 commits)")[![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/curiolabs-passworder/health.svg)

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

###  Alternatives

[naif/generate-password

A Laravel Nova password field with generating random password option

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

Password generator service

145.1k](/packages/degraciamathieu-riddler)

PHPackages © 2026

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