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

ActiveLibrary[Security](/categories/security)

ksungcaya/phpass
================

PHPass integration to Laravel

1.1(11y ago)11604MITPHPPHP &gt;=5.4.0

Since Dec 5Pushed 11y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

\#PHPass Laravel

A PHPass integration to Laravel. This package overrides the default Eloquent Auth Driver and Hashing of Laravel and uses the PHPass password hashing and checking methods.

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

[](#installation)

Install package through Composer.

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

Then run composer update

```
$ composer update

```

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

```
'providers' => [
    'Ksungcaya\Phpass\PhpassServiceProvider'
]
```

Next is change the `driver` value to `phpass` in `app/config/auth.php` to let Laravel use the PHPass authentication methods.

Usage
-----

[](#usage)

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

```
Auth::attemp(array(
            'email'    => $email,
            'password' => $password
          )
      );

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

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

[](#thats-it)

Please refer to Laravel documentation on [Security](http://laravel.com/docs/4.2/security) to know more about Authentication and Hash methods.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~90 days

Total

2

Last Release

4137d ago

### 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 (18 commits)")[![nikosv](https://avatars.githubusercontent.com/u/1217506?v=4)](https://github.com/nikosv "nikosv (3 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/encryption

The Illuminate Encryption package.

9630.7M323](/packages/illuminate-encryption)[psalm/plugin-laravel

Psalm plugin for Laravel

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

Tamper-evident audit ledger for Laravel applications.

1213.1k3](/packages/laravel-chronicle-core)

PHPackages © 2026

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