PHPackages                             mrprompt/silex-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. mrprompt/silex-password

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

mrprompt/silex-password
=======================

Silex Password Provider

22192PHP

Since Oct 22Pushed 9y agoCompare

[ Source](https://github.com/mrprompt/Silex-Password)[ Packagist](https://packagist.org/packages/mrprompt/silex-password)[ RSS](/packages/mrprompt-silex-password/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Silex Password Provider
=======================

[](#silex-password-provider)

[![Build Status](https://camo.githubusercontent.com/d90f8b91cb16f49c7fcc5bdcea49175579ea756bf6812c06f4a23f6288702442/68747470733a2f2f7472617669732d63692e6f72672f53696c6578467269656e64732f50617373776f72642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SilexFriends/Password)[![Code Climate](https://camo.githubusercontent.com/60741f2d89d3e6e648ecab02e6260694f5036db8c5747764f5a7049e4e6deb80/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f50617373776f72642f6261646765732f6770612e737667)](https://codeclimate.com/github/SilexFriends/Password)[![Test Coverage](https://camo.githubusercontent.com/44b14bb51054c60b1f411c9fee4018687dfadc0e099b1d15246f926682f2b7fb/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f50617373776f72642f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/SilexFriends/Password/coverage)[![Issue Count](https://camo.githubusercontent.com/75314b813a59668aa6bddba1ec4b388586433ae934069027f8bd6d1b3c7f6fb4/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f50617373776f72642f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/SilexFriends/Password)

Install
-------

[](#install)

```
composer require mrprompt/silex-password

```

Usage
-----

[](#usage)

```
use SilexFriends\Password\Password as PasswordServiceProvider;

$cost = 8;
$app->register(new PasswordServiceProvider($cost));

$passwordClean = 'abcd1234';

// generate
$passwordEncrypted = $app['password.generate']($passwordClean);

// verify
$checkPassword = $app['password.verify']($passwordClean, $passwordEncrypted);

```

Test
----

[](#test)

```
./vendor/bin/phpunit

```

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/9d08744966e0d5783569605da853ef945dadac0be0f613f2eba6a052861d937a?d=identicon)[mrprompt](/maintainers/mrprompt)

---

Top Contributors

[![mrprompt](https://avatars.githubusercontent.com/u/166088?v=4)](https://github.com/mrprompt "mrprompt (6 commits)")

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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