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

ActiveLibrary[Security](/categories/security)

juntals01/phpass
================

Laravel package for phpass

0378PHP

Since Nov 12Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Openwall Phpass, Laravel extension
==================================

[](#openwall-phpass-laravel-extension)

### Description

[](#description)

This is a laravel extension of Portable PHP password hashing framework by Openwall. [http://www.openwall.com/phpass/](http://www.openwall.com/phpass/ "http://www.openwall.com/phpass/") to further check the functionalities.

### How to use

[](#how-to-use)

- Include in your file

```
composer require juntals01/phpass
```

then, in your php file include by;

```
use Juntals01\Phpass\PhpassHelper;
```

### function

[](#function)

#### passwordHash

[](#passwordhash)

returns instance of phpass openwall library with parameter Iteration, portablehashes.

- Iteration count: 8
- portablehashes: true

```
PhpassHelper::passwordHash()
```

#### passwordVerify

[](#passwordverify)

returns true if plaintext is the hash equivalent or false if not

```
PhpassHelper::passwordVerify($plainText, $hash)
```

#### hash

[](#hash)

hash a plain text. First parameter is plain text. Second is legacy compatibility with a default value "true".

```
PhpassHelper::hash($plainText)
```

```
PhpassHelper::hash($plainText, $legacyCompatibility = true)
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/2741714?v=4)[Norberto Q. Libago Jr](/maintainers/juntals01)[@juntals01](https://github.com/juntals01)

---

Top Contributors

[![juntals01](https://avatars.githubusercontent.com/u/2741714?v=4)](https://github.com/juntals01 "juntals01 (15 commits)")

### Embed Badge

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

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

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.7M142](/packages/mews-purifier)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24820.0k37](/packages/paragonie-ecc)

PHPackages © 2026

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