Skip to content

Encryption

Hyperf 加密元件。

安裝

shell
composer require friendsofhyperf/encryption

釋出配置

shell
php bin/hyperf.php vendor:publish friendsofhyperf/encryption

使用

php
$encryptString = encrypt($string);
$decryptString = decrypt($encryptString);