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

ActiveLibrary[Security](/categories/security)

ksungcaya/phpass-laravel
========================

PHPass Hashing integration to Laravel 5

1.4(7y ago)32.2k7MITPHPPHP &gt;=5.4.0

Since Aug 5Pushed 6y ago5 watchersCompare

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

READMEChangelog (5)Dependencies (4)Versions (8)Used By (0)

\#PHPass Hashing integration for Laravel 5

[![Build Status](https://camo.githubusercontent.com/beee5c9165ea84eda30a84961494013fd3fcebd5c576aecfd20cc77e7d6a97fb/68747470733a2f2f7472617669732d63692e6f72672f6b73756e67636179612f7068706173732d6c61726176656c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ksungcaya/phpass-laravel)[![HHVM Status](https://camo.githubusercontent.com/1b8a87af2333296520d80c7cf8112110e7effa7bdb6bc1765132ca71bdc786f5/687474703a2f2f6868766d2e683463632e64652f62616467652f6b73756e67636179612f7068706173732d6c61726176656c2e737667)](http://hhvm.h4cc.de/package/ksungcaya/phpass-laravel)

A PHPass Hasher integration to Laravel 5. This package overrides the default Bycrypt Hasher of Laravel and uses the [Phpass](http://openwall.com/phpass/) Library from Openwall for password hashing and checking methods.

If you are using Laravel 4, try out the old implementation [here](https://github.com/ksungcaya/phpass).

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

[](#installation)

Install package through Composer.

```
"require": {
    "ksungcaya/phpass-laravel": "~1.0"
}
```

Then run composer update

```
$ composer update

```

Update `config/app.php` and include a reference to this package's service provider in the providers array.

```
'providers' => [
    Sungcaya\Phpass\PhpassHashServiceProvider::class
]
```

Usage
-----

[](#usage)

Now that PHPass is installed in Laravel, you can now use the normal `Hash` methods.

```
Hash::make('secret');
Hash::check('secret', $hashedPassword);
```

That's it!
----------

[](#thats-it)

Please refer to Laravel documentation on [Hashing](http://laravel.com/docs/5.1/hashing) to know more about the Hash methods.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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 ~232 days

Recently: every ~248 days

Total

6

Last Release

2823d ago

Major Versions

1.2 → 5.6.x-dev2018-08-16

PHP version history (2 changes)1.0PHP &gt;=5.4.0

1.2PHP &gt;=5.4.0|&gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2931144?v=4)[Kenneth Sungcaya](/maintainers/ksungcaya)[@ksungcaya](https://github.com/ksungcaya)

---

Top Contributors

[![ksungcaya](https://avatars.githubusercontent.com/u/2931144?v=4)](https://github.com/ksungcaya "ksungcaya (20 commits)")[![nikosv](https://avatars.githubusercontent.com/u/1217506?v=4)](https://github.com/nikosv "nikosv (1 commits)")[![stefanzweifel](https://avatars.githubusercontent.com/u/1080923?v=4)](https://github.com/stefanzweifel "stefanzweifel (1 commits)")

---

Tags

composerlaravelphpasslaravelpasswordhashingphpass

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.7k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M200](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)

PHPackages © 2026

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