Download the PHP package ammardev/laravel-wp-hash-driver without Composer
On this page you can find all versions of the php package ammardev/laravel-wp-hash-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-wp-hash-driver
Laravel Wordpress Hash Driver
A package that supports Wordpress hashing in Laravel applications. Useful when migrating Wordpress users to a Laravel project.
Installation
You can install the package via composer:
Usage
You can use make and check methods in Laravel's Hash facade by choosing wordpress driver as the following:
Or you can set Wordpress hashers as the default driver in config/hashing.php
:
And then you can use make
and check
methods directly without choosing the driver using driver
method.
Testing
All versions of laravel-wp-hash-driver with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0
illuminate/hashing Version ^6.0|^7.0|^8.0|^9.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0
illuminate/hashing Version ^6.0|^7.0|^8.0|^9.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0
The package ammardev/laravel-wp-hash-driver contains the following files
Loading the files please wait ....