PHPackages                             davidvandertuijn/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. davidvandertuijn/password

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

davidvandertuijn/password
=========================

Password Generator

2.1(4y ago)02.8kMITPHPPHP &gt;=7.0.0

Since May 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/davidvandertuijn/password)[ Packagist](https://packagist.org/packages/davidvandertuijn/password)[ RSS](/packages/davidvandertuijn-password/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

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

[](#password-generator)

[![Total Downloads](https://camo.githubusercontent.com/12af5a253a3d6396ba9a9b4344e92207a89e3852395e4e78e7cd0541f7936f46/68747470733a2f2f706f7365722e707567782e6f72672f646176696476616e6465727475696a6e2f70617373776f72642f642f746f74616c2e737667)](https://packagist.org/packages/davidvandertuijn/password)[![Latest Stable Version](https://camo.githubusercontent.com/d5dc8e65c36f23230a30a07de5466338ce4dc5ae0eef04989360e83942342d45/68747470733a2f2f706f7365722e707567782e6f72672f646176696476616e6465727475696a6e2f70617373776f72642f762f737461626c652e737667)](https://packagist.org/packages/davidvandertuijn/password)[![License](https://camo.githubusercontent.com/4eeb11754fc528bdd2802fe91ee00b63710aa5afa44f92bd9b5c793ddb80bf3d/68747470733a2f2f706f7365722e707567782e6f72672f646176696476616e6465727475696a6e2f70617373776f72642f6c6963656e73652e737667)](https://packagist.org/packages/davidvandertuijn/password)

[![Password Generator](https://camo.githubusercontent.com/16eec10971f4864cbe0179083306c3fd5d5da4e5f9739f8c2c24a533ac66bc81/68747470733a2f2f63646e2e646176696476616e6465727475696a6e2e6e6c2f6769746875622f70617373776f72642e706e67)](https://camo.githubusercontent.com/16eec10971f4864cbe0179083306c3fd5d5da4e5f9739f8c2c24a533ac66bc81/68747470733a2f2f63646e2e646176696476616e6465727475696a6e2e6e6c2f6769746875622f70617373776f72642e706e67)

The Password Generator is a robust tool designed to create secure and complex passwords for enhanced online security. With cyber threats on the rise, having strong, unique passwords is essential for protecting sensitive information across various platforms.

[!["Buy Me A Coffee"](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/davidvandertuijn)

Install
-------

[](#install)

```
composer require davidvandertuijn/password

```

Usage
-----

[](#usage)

```
use Davidvandertuijn\Password;
```

**Basic**

```
Password::generate();
```

**Advanced**

```
Password::generate(
    8, // Password length.
    true, // Include lowercase characters.
    true, // Include uppercase characters.
    true, // Include numbers.
    true, // Include symbols.
    true, // Exclude similar characters.
    true // Exclude ambiguous characters.
);
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

1569d ago

Major Versions

1.1 → 2.02019-05-26

PHP version history (2 changes)1.0PHP &gt;=5.3.0

2.0PHP &gt;=7.0.0

### Community

Maintainers

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

---

Top Contributors

[![davidvandertuijn](https://avatars.githubusercontent.com/u/11010507?v=4)](https://github.com/davidvandertuijn "davidvandertuijn (12 commits)")

### Embed Badge

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

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

###  Alternatives

[steadfast-courier/steadfast-courier-laravel-package

A complate Laravel package for SteadFast Courier Limited

193.4k](/packages/steadfast-courier-steadfast-courier-laravel-package)

PHPackages © 2026

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