0
7
Login
Code
Issues
Pull requests
Events
Packages
f1b31e9e22558e7c7ff51096416ea25fff70f5f7
f1b31e9e22558e7c7ff51096416ea25fff70f5f7

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