0
7
Login
Code
Issues
Pull requests
Events
Packages
e56e995353b557d37fccf342f808f3e824ac6e5d
e56e995353b557d37fccf342f808f3e824ac6e5d

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