PHPackages                             vjroby/laravel-pbkdf2 - 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. vjroby/laravel-pbkdf2

ActiveLibrary[Security](/categories/security)

vjroby/laravel-pbkdf2
=====================

This is a package for wrapping PBKDF2 class and using it in Laravel as a facade

0.2.2(11y ago)250.1kMITPHPPHP &gt;=5.4.0

Since Dec 29Pushed 11y ago1 watchersCompare

[ Source](https://github.com/vjroby/laravel-pbkdf2)[ Packagist](https://packagist.org/packages/vjroby/laravel-pbkdf2)[ RSS](/packages/vjroby-laravel-pbkdf2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/a6c855b1bf93c392566a2eb34fc61dd5629b74786843bca9b08b9c3d8591f0ce/68747470733a2f2f7472617669732d63692e6f72672f766a726f62792f6c61726176656c2d70626b6466322e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vjroby/laravel-pbkdf2)\#PBKDF2 package for Laravel 4#

\##Installing instructions##

Install using composer:

```
"vjroby/laravel-pbkdf2": "0.2.0"

```

Put a new service provider:

```
'Vjroby\LaravelPbkdf2\LaravelPbkdf2ServiceProvider'

```

and the alias

```
'Pbkdf2'		=> 'Vjroby\LaravelPbkdf2\Facades\Pbkdf2Facade'

```

in the `app.php`.

There are 3 methods that can be used:

```
Pbkdf2::safeEquals($string1, $string2)

```

```
Pbkdf2::createSalt()

```

```
Pbkdf2::createHash('password',$salt)

```

For changing the configuration:

```
php artisan config:publish vjroby/laravel-pbkdf2

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~35 days

Total

4

Last Release

4047d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71d9d411db2b8022ba69db0655f883b700bddf6e60c4fde5b278fba25e609d3e?d=identicon)[vjroby](/maintainers/vjroby)

---

Top Contributors

[![vjroby](https://avatars.githubusercontent.com/u/3692749?v=4)](https://github.com/vjroby "vjroby (3 commits)")

---

Tags

laravelhashingpbkdf2

### Embed Badge

![Health badge](/badges/vjroby-laravel-pbkdf2/health.svg)

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

###  Alternatives

[mikemclin/laravel-wp-password

Laravel package that checks and creates WordPress password hashes

863.4M2](/packages/mikemclin-laravel-wp-password)[ammardev/laravel-wp-hash-driver

Supports Wordpress passwords hashing and checking in Laravel's Hash facade.

169.3k](/packages/ammardev-laravel-wp-hash-driver)[robclancy/laravel4-hashing

Package for when you can't use Bcrypt in Laravel 4.

301.8k1](/packages/robclancy-laravel4-hashing)

PHPackages © 2026

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