PHPackages                             codecoffeecreative/password - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. codecoffeecreative/password

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

codecoffeecreative/password
===========================

Simple Password Generator

v1.0(7y ago)338MITPHPPHP ^7.1

Since Apr 20Pushed 7y agoCompare

[ Source](https://github.com/codecoffeecreative/password)[ Packagist](https://packagist.org/packages/codecoffeecreative/password)[ Docs](https://github.com/codecoffeecreative/password)[ RSS](/packages/codecoffeecreative-password/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Password
========

[](#password)

Simple Password Generator

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

[](#installation)

You can install the package via composer:

```
composer require codecoffeecreative/password
```

Usage
-----

[](#usage)

#### Generate a password

[](#generate-a-password)

```
$password = new CodeCoffeeCreative\Password\Password();

// Generate
$password->generate();

// Setup
$password
	->setLength(8)
	->setUppercase(true)
	->setLowercasecase(false)
	->setNumber(true)
	->setSymbol(true);
$password->generate();

// Setup uppercase characters
$password->setUppercaseCharacters('ABCDEFGHIJKLMNOPQRSTUVWXYZ');
$password->generate();

// Setup lowercase characters
$password->setLowercaseCharacters('abcdefghijklmnopqrstuvwxyz');
$password->generate();

// Setup number characters
$password->setNumberCharacters('1234567890');
$password->generate();

// Setup symbol characters
$password->setSymbolCharacters(' !"#$%&\'()*+,-./:;?@[\]^_`{|}~');
$password->generate();
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2581d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6aec55704f55f6828d892ca89d2bb8d830422a35f210a786ab6903a668caf3b5?d=identicon)[Kristories](/maintainers/Kristories)

---

Top Contributors

[![Kristories](https://avatars.githubusercontent.com/u/774338?v=4)](https://github.com/Kristories "Kristories (8 commits)")

---

Tags

authenticationgeneratorpasswordpasswordgenerator

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[paragonie/halite

High-level cryptography interface powered by libsodium

1.2k9.4M63](/packages/paragonie-halite)[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

791.2M17](/packages/kartik-v-yii2-password)[martbock/laravel-diceware

Diceware Passphrase Generator for Laravel

3264.7k](/packages/martbock-laravel-diceware)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

120220.7k1](/packages/ellaisys-aws-cognito)[phpnode/yiipassword

Password strategies for the Yii PHP framework.

75188.5k3](/packages/phpnode-yiipassword)[yebor974/filament-renew-password

Package for manage renew password according to the last renew or other criteria

4482.6k3](/packages/yebor974-filament-renew-password)

PHPackages © 2026

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