0
7
Login
Code
Issues
Pull requests
Events
Packages
e97098e3ec0ea9cb74ffd984d1c994f49c93aec5
e97098e3ec0ea9cb74ffd984d1c994f49c93aec5

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);