PHPackages                             kduma/passphrase-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. kduma/passphrase-generator

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

kduma/passphrase-generator
==========================

Diceware pass phrase generator

2.0(3y ago)31.2kMITPHPPHP &gt;=8.1

Since Oct 11Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/kduma-OSS/LV-passphrase-generator)[ Packagist](https://packagist.org/packages/kduma/passphrase-generator)[ Docs](https://github.com/kduma-OSS/L5-passphrase-generator)[ RSS](/packages/kduma-passphrase-generator/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Package EOL
===========

[](#package-eol)

> **This package is deprecated and no longer maintained.**
>
> The underlying dependency `genphrase/genphrase` is no longer actively maintained, and the package has not been updated to support modern Laravel versions. For passphrase generation, consider using dedicated libraries such as [hidehalo/nanoid-php](https://github.com/hidehalo/nanoid-php), [hackzilla/password-generator](https://github.com/hackzilla/password-generator), or implementing a simple diceware generator directly in your application using PHP 8.3+ and `random_int()`.

---

Laravel Diceware Passphrase Generator
=====================================

[](#laravel-diceware-passphrase-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7e891ce78551a28203ff1ec09bf0382ab531b2d67fc82fa950452e94ce62b513/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b64756d612f706173737068726173652d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kduma/passphrase-generator)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/c6f07020d0565ee6e757e6b4df7df0faa2ccf21f5aeee895272a28a3e369f25b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b64756d612f706173737068726173652d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kduma/passphrase-generator)

Diceware pass phrase generator

Check full documentation here: [opensource.duma.sh/libraries/deprecated/passphrase-generator](https://opensource.duma.sh/libraries/deprecated/passphrase-generator)

Install
-------

[](#install)

Via Composer

```
$ composer require kduma/passphrase-generator
```

Usage
-----

[](#usage)

```
Passphrase::get();
// returns: Molecule-Unclamped-think-alphabet

Passphrase::setSeparators("!@#")
    ->setEntropy(30)
    ->useEnglishWordList()
    ->dontUseModifiers()
    ->get();
// returns: Chrome#Quite@Tribe
```

Credits
-------

[](#credits)

- [Krystian Duma](https://github.com/kduma)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance61

Regular maintenance activity

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity75

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

Total

4

Last Release

1299d ago

Major Versions

1.2 → 2.02022-10-19

PHP version history (3 changes)1.0PHP ~7.0

1.2PHP &gt;=7.4

2.0PHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

dicewarelaravelphplaraveldicewarepassword generatorKDuma

### Embed Badge

![Health badge](/badges/kduma-passphrase-generator/health.svg)

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

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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