0
7
Login
Code
Issues
Pull requests
Events
Packages
e771c101fbe1fdb3b6bf6a71a27d70595f60c216
e771c101fbe1fdb3b6bf6a71a27d70595f60c216

Encryption

Latest Stable Version Total Downloads GitHub license

Installation

composer require friendsofhyperf/encryption

Publish Config

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

Usage

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