PHPackages                             timgreenwood/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. timgreenwood/password-generator

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

timgreenwood/password-generator
===============================

Generates a random password string from a list of words for Laravel

13.0.0(1mo ago)0868MITPHPPHP ^8.0|^8.1|^8.3

Since Aug 5Pushed 1mo ago1 watchersCompare

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

READMEChangelog (6)Dependencies (2)Versions (8)Used By (0)

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

[](#password-generator)

What It Does
------------

[](#what-it-does)

This package allows you to generate a random password string from a list of words.

Once installed you can do stuff like this:

```
// Generate a random password string with the default settings: 4 words separated by hyphens
(new Timgreenwood\PasswordGenerator\PasswordGenerator)->generate()

// Generate a random password string with 3 words, separated by hyphens
(new Timgreenwood\PasswordGenerator\PasswordGenerator)->generate(3)

// Generate a random password string with 5 words, separated by underscores
(new Timgreenwood\PasswordGenerator\PasswordGenerator)->generate(5, '_')
```

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

[](#installation)

Install the package using composer

```
composer require timgreenwood/password-generator`

```

Licence
-------

[](#licence)

The MIT Licence (MIT). Please see the [LICENSE](LICENSE) file for more information.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance90

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~327 days

Total

7

Last Release

49d ago

Major Versions

v1.0.2 → v10.0.02023-02-15

v10.0.1 → v12.0.02025-04-11

v12.0.0 → 13.0.02026-03-23

PHP version history (3 changes)v1.0.0PHP ^8.0

v10.0.0PHP ^8.0|^8.1

13.0.0PHP ^8.0|^8.1|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/a211fbffdf28f8518b98c0db6cf4e8983ec5772bcd503fab701dc1e64592b2fb?d=identicon)[timgreenwood](/maintainers/timgreenwood)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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