PHPackages                             kevinlebrun/password.php - 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. kevinlebrun/password.php

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

kevinlebrun/password.php
========================

Helpers for password generation and validation

0.1.3(12y ago)17142.3k↓30.6%61MITPHPPHP &gt;=5.3.0

Since Dec 3Pushed 12y ago1 watchersCompare

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

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

Password
========

[](#password)

[![Build Status](https://camo.githubusercontent.com/01e6bd82a1c869ed7ad05fce56a19560a0cbe289a283a642f565d6b76b64e896/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6b6576696e6c656272756e2f70617373776f72642e7068702e706e67)](http://travis-ci.org/kevinlebrun/password.php?branch=master)[![Coverage Status](https://camo.githubusercontent.com/c76756735ed6e556a780b77cea152ae7ea5a1def6dfb2dcad8ddc1199ec2fad5/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6b6576696e6c656272756e2f70617373776f72642e7068702f62616467652e706e67)](https://coveralls.io/r/kevinlebrun/password.php)[![Latest Stable Version](https://camo.githubusercontent.com/a413d473655de94a7fd6c51079f7e1b663fa6e1a05b0a854ac47973c10bfcf5e/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e6c656272756e2f70617373776f72642e7068702f762f737461626c652e706e67)](https://packagist.org/packages/kevinlebrun/password.php)[![Total Downloads](https://camo.githubusercontent.com/f2bcd583e828e53f678d2b96440f1e8bf0901a9841cf5bee9d51dbdc37ed5dc9/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e6c656272756e2f70617373776f72642e7068702f646f776e6c6f6164732e706e67)](https://packagist.org/packages/kevinlebrun/password.php)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/cf3ff61a16d8ab76bd4cc83773656972e6b07a4c34e14a7748dd13a666062e79/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6576696e6c656272756e2f70617373776f72642e7068702f6261646765732f7175616c6974792d73636f72652e706e673f733d65643030663065306335613433313563363361623966633663323364333264386335386139393837)](https://scrutinizer-ci.com/g/kevinlebrun/password.php/)

Usage
-----

[](#usage)

Installation via composer is highly recommended.

```
{
    "require": {
        "kevinlebrun/password.php": "0.*"
    }
}
```

```
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install

```

```
#!/usr/bin/env php
