PHPackages                             agossou/password-level - 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. [Security](/categories/security)
4. /
5. agossou/password-level

ActiveLibrary[Security](/categories/security)

agossou/password-level
======================

Check password security level

1.0.1(3y ago)028GPL-3.0-onlyPHPPHP &gt;=4.3.0

Since Jul 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/goarthura/password-level)[ Packagist](https://packagist.org/packages/agossou/password-level)[ Docs](https://github.com/goarthura/password-level)[ RSS](/packages/agossou-password-level/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Password Level
==============

[](#password-level)

Description
-----------

[](#description)

Checks password level security, generate secure password.

### Feats:

[](#feats)

(1)- Password security level checking

Returns a value between 0 and 6. The minimum level is 1 if the password contains 8 characters. The level increases according to the combinations of upper case characters, lower case characters, numbers and symbols in addition to the length of the string. Level 6 is extremely secure.

(2)- Secure password generation

Compatibility
-------------

[](#compatibility)

This library requires **PHP v4.3** or higher.

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

[](#installation)

Use the below code to install the wrapper:

`composer require agossou/password-level`

If you are not using [Composer](https://getcomposer.org/), clone or download [this repository](https://github.com/goarthura/password-level) that already contains the `vendor/autoload.php` file. If you encounter an issue, please post it here and not on the mirror repository.

Using Password Level in your project
------------------------------------

[](#using-password-level-in-your-project)

```
