PHPackages                             beeflow/passwd - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. beeflow/passwd

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

beeflow/passwd
==============

Password generator and checker

1.0.1(6y ago)1141LGPL-3.0-or-laterPHPPHP &gt;=7.1CI failing

Since Jun 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/beeflow/passwd)[ Packagist](https://packagist.org/packages/beeflow/passwd)[ Docs](https://github.com/beeflow/passwd)[ RSS](/packages/beeflow-passwd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Password generator and checker
==============================

[](#password-generator-and-checker)

This class can generate or check passwords with certain rules.

It can generate a password based on rules that determine which characters it can contain.

Currently it can verify if the password contains a given number of lower case letters, upper case letters, digits, special characters and a minimum length.

The class can also take a given password and verify if it matches the requested rules and check a password strength.

### Usage example

[](#usage-example)

```
