0
7
Login
Code
Issues
Pull requests
Events
Packages
7f12eacb99f6c91f7fe4d99fedc1863be3f0b38d
7f12eacb99f6c91f7fe4d99fedc1863be3f0b38d

Encryption

Latest Stable Version Total Downloads License

Installation

composer require friendsofhyperf/encryption

Publish Config

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

Usage

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