PHPackages                             kevinkaske/rememberable-passwords - 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. kevinkaske/rememberable-passwords

ActiveLibrary

kevinkaske/rememberable-passwords
=================================

A simple PHP lib to generate simple random temporary passwords for new users

09PHP

Since Mar 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kevinkaske/rememberable-passwords)[ Packagist](https://packagist.org/packages/kevinkaske/rememberable-passwords)[ RSS](/packages/kevinkaske-rememberable-passwords/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Rememberable Passwords
======================

[](#rememberable-passwords)

A simple PHP lib to generate simple random temporary passwords for new users to an app. This is helpful when an admin is setting users up VS having people sign up to use your application.

Install via composer
--------------------

[](#install-via-composer)

Installation of rememberable passwords is through [composer](https://getcomposer.org).

To get started quickly, run the following command

```
composer require kevinkaske/rememberable-passwords
```

Usage
-----

[](#usage)

```
getRememberablePassword();
```

#### Example 1:

[](#example-1)

```
echo getRememberablePassword();
```

Might output `SmartFlute133`

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5472ecb8f0873860a9325bde1f1c1fef2e203cd95d0aabf48015855d7386b0b0?d=identicon)[kevinkaske](/maintainers/kevinkaske)

---

Top Contributors

[![kevinkaske](https://avatars.githubusercontent.com/u/172011?v=4)](https://github.com/kevinkaske "kevinkaske (2 commits)")

### Embed Badge

![Health badge](/badges/kevinkaske-rememberable-passwords/health.svg)

```
[![Health](https://phpackages.com/badges/kevinkaske-rememberable-passwords/health.svg)](https://phpackages.com/packages/kevinkaske-rememberable-passwords)
```

PHPackages © 2026

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