0
7
Login
Code
Issues
Pull requests
Events
Packages
6df463743589cadd294c96f0b46f4cefb2f9ff2a
6df463743589cadd294c96f0b46f4cefb2f9ff2a

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