PHPackages                             rosegaar/phpass - 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. rosegaar/phpass

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

rosegaar/phpass
===============

Portable PHP password hashing framework

1.0.1(4y ago)012MITPHP

Since Sep 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rosegaar/phpass)[ Packagist](https://packagist.org/packages/rosegaar/phpass)[ RSS](/packages/rosegaar-phpass/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Portable PHP password hashing framework. (PHPass)
=================================================

[](#portable-php-password-hashing-framework-phpass)

[![GitHub tag (latest SemVer)](https://camo.githubusercontent.com/c1fb9cda0bbb58a4e6b5a02a16d6abcf701cc19e53e13789d376d433ef67d7b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f726f7365676161722f7068706173732e7376673f6c6162656c3d76657273696f6e)](https://camo.githubusercontent.com/c1fb9cda0bbb58a4e6b5a02a16d6abcf701cc19e53e13789d376d433ef67d7b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f726f7365676161722f7068706173732e7376673f6c6162656c3d76657273696f6e) [![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

Written by Solar Designer in 2004-2006 and placed in the public domain. Revised in subsequent years, still public domain.

There's absolutely no warranty.

The homepage URL for this framework is:

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

[](#installation)

```
composer require rosegaar/phpass
```

Usage
=====

[](#usage)

```
use Rosegaar\PHPass\PHPass;

$hasher = new PHPass(8, true);
$password = $hasher->HashPassword('password');
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1757d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/085809385b65e1d8a3981920c6a0e14f63744c7df9e5d58802c489698fa44f26?d=identicon)[makkinga](/maintainers/makkinga)

---

Top Contributors

[![makkinga](https://avatars.githubusercontent.com/u/3294611?v=4)](https://github.com/makkinga "makkinga (3 commits)")

### Embed Badge

![Health badge](/badges/rosegaar-phpass/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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