mfuns-cn/hyperf-hashing

The Hyperf Hashing package.

v3.2 2022-11-26 07:34 UTC

This package is auto-updated.

Last update: 2025-02-21 09:00:26 UTC


README

支持 Hyperf 3.1+

该组件为存储用户密码提供了安全的 Bcrypt 和 Argon2 哈希加密方式。

移植自 illuminate/hashing

安装

composer require mfuns-cn/hyperf-hashing

发布配置

php bin/hyperf.php vendor:publish mfuns-cn/hyperf-hashing

配置文件位于 config/autoload/hashing.php

使用文档