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.