wuwx/laravel-hashing-sm3

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/wuwx/laravel-hashing-sm3

v2.3.0 2025-03-02 02:46 UTC

This package is auto-updated.

Last update: 2025-09-30 03:55:52 UTC


README

为 Laravel 添加 SM3 Hasher

安装

composer require wuwx/laravel-hashing-sm3

配置

编辑 config/hashing.php,将 driver 更改为 sm3

Installation

Add the package with composer.

composer require wuwx/laravel-hashing-sm3

Edit hashing.php inside configuration file

'driver' => 'sm3',

Installation Complete!, Enjoy.