0
7
Login
Code
Issues
Pull requests
Events
Packages
6073e2c017e18f1c8ad441d8d25a3e14b152431e
6073e2c017e18f1c8ad441d8d25a3e14b152431e

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