PHPackages                             friartuck6000/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. friartuck6000/phpass

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

friartuck6000/phpass
====================

A Composer-friendly PHPass port

v0.3.0(10y ago)14651MITPHP

Since Feb 17Pushed 10y ago1 watchersCompare

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

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

PHPass
======

[](#phpass)

A delicately modified port of the original [PHPass](http://openwall.org/phpass) hashing framework, made Composer-friendly.

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

[](#installation)

```
composer install friartuck6000/phpass

```

Usage
-----

[](#usage)

```
use Phpass\PasswordHash;

$hasher = new PasswordHash(8, false);

// Generate a hash
$hash = $hasher->HashPassword('abc12345');

// Check a hash
if (!$hasher->CheckPassword('abc12345', $hash)) {
    die('Incorrect password!');
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

3787d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4365821?v=4)[Kyle Tucker](/maintainers/friartuck6000)[@friartuck6000](https://github.com/friartuck6000)

---

Top Contributors

[![friartuck6000](https://avatars.githubusercontent.com/u/4365821?v=4)](https://github.com/friartuck6000 "friartuck6000 (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[open-feature/sdk

PHP implementation of the OpenFeature SDK

42682.1k18](/packages/open-feature-sdk)[element119/module-store-entity-creator

A Magento 2 CLI utility to allow developers to create new websites, stores, and store views.

203.3k](/packages/element119-module-store-entity-creator)

PHPackages © 2026

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