Registry / auth / illuminate-hashing

illuminate-hashing

JSON →
library13.16.1phppackagistunverified

The Illuminate Hashing package.

composer require illuminate/hashing
INSTALL
IMPORT
SIG · ILLUMINATE-HASHING
I
illuminate-hashing
authphpv13.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HashManager
use Illuminate\Hashing\HashManager;

Hash and verify passwords

use Illuminate\Hashing\HashManager; $hash = new HashManager(); $hashed = $hash->make('password'); if ($hash->check('password', $hashed)) { echo 'Password matches'; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
13.16.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
illuminate-hashing — pip install illuminate-hashing · libregistry