PHPackages                             ammardev/laravel-wp-hash-driver - 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. ammardev/laravel-wp-hash-driver

ActiveLibrary[Security](/categories/security)

ammardev/laravel-wp-hash-driver
===============================

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

v1.0.3(4y ago)169.3kMITPHPPHP ^7.2|^8.0

Since Dec 18Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ammardev/laravel-wp-hash-driver)[ Packagist](https://packagist.org/packages/ammardev/laravel-wp-hash-driver)[ Docs](https://github.com/ammardev/laravel-wp-hash-driver)[ RSS](/packages/ammardev-laravel-wp-hash-driver/feed)WikiDiscussions master Synced 3w ago

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

Laravel Wordpress Hash Driver
=============================

[](#laravel-wordpress-hash-driver)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ce0b6739fc86574010345bda8d48e5c1709d99b0900e4a4f0f4d0f86d5e067ac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616d6d61726465762f6c61726176656c2d77702d686173682d6472697665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ammardev/laravel-wp-hash-driver)

[![Total Downloads](https://camo.githubusercontent.com/a2c0a7b489b90887a9d81d17a8571ea6fc96dd5245cc4281d3b204750f30973f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616d6d61726465762f6c61726176656c2d77702d686173682d6472697665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ammardev/laravel-wp-hash-driver)

A package that supports Wordpress hashing in Laravel applications. Useful when migrating Wordpress users to a Laravel project.

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

[](#installation)

You can install the package via composer:

```
composer require ammardev/laravel-wp-hash-driver
```

Usage
-----

[](#usage)

You can use make and check methods in Laravel's Hash facade by choosing wordpress driver as the following:

```
// Hash a password:
$hashed = Hash::driver('wp')->make('my-password');

// Check a password:
Hash::driver('wp')->check('my-password', $hashed);
```

Or you can set Wordpress hashers as the default driver in `config/hashing.php`:

```
return [
    // ...

    'driver' => 'wp',

    // ...
];
```

And then you can use `make` and `check` methods directly without choosing the driver using `driver` method.

### Testing

[](#testing)

```
composer test
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~139 days

Total

4

Last Release

1597d ago

PHP version history (2 changes)v1.0.0PHP ^7.2

v1.0.1PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0934dbe58a7be4eedec720498a46006198d0399c87c051fb9c2eabc52b680fc7?d=identicon)[ammardev](/maintainers/ammardev)

---

Top Contributors

[![ammardev](https://avatars.githubusercontent.com/u/16087389?v=4)](https://github.com/ammardev "ammardev (16 commits)")[![dianfishekqi](https://avatars.githubusercontent.com/u/4225509?v=4)](https://github.com/dianfishekqi "dianfishekqi (1 commits)")

---

Tags

laravelwordpresshashinghashpasswords

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ammardev-laravel-wp-hash-driver/health.svg)

```
[![Health](https://phpackages.com/badges/ammardev-laravel-wp-hash-driver/health.svg)](https://phpackages.com/packages/ammardev-laravel-wp-hash-driver)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9742.3M121](/packages/roots-acorn)[mikemclin/laravel-wp-password

Laravel package that checks and creates WordPress password hashes

863.5M2](/packages/mikemclin-laravel-wp-password)

PHPackages © 2026

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