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 1mo ago

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 60% 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

4082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec63fc8023f3ba84f5cd1b55d76ac5fd848767f7a08abd2d53ee31e7d6f17b74?d=identicon)[ksungcaya](/maintainers/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.

9229.7M278](/packages/illuminate-encryption)[tzsk/otp

A secure, database-free One-Time Password (OTP) generator and verifier for PHP and Laravel.

241641.4k1](/packages/tzsk-otp)[genealabs/laravel-governor

Managing policy and control in Laravel.

201262.8k](/packages/genealabs-laravel-governor)[dgtlss/warden

A Laravel package that proactively monitors your dependencies for security vulnerabilities by running automated composer audits and sending notifications via webhooks and email

8745.6k](/packages/dgtlss-warden)[ercsctt/laravel-file-encryption

Secure file encryption and decryption for Laravel applications

642.6k](/packages/ercsctt-laravel-file-encryption)[laragear/poke

Keep your forms alive, avoid TokenMismatchException by gently poking your Laravel app

2211.5k](/packages/laragear-poke)

PHPackages © 2026

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