0
7
Login
Code
Issues
Pull requests
Events
Packages
b076b60c9b1b47983c0d2e73f6299bce00594b34
b076b60c9b1b47983c0d2e73f6299bce00594b34

Encryption

Latest Stable Version Total Downloads License

The encryption component for Hyperf.

Installation

composer require friendsofhyperf/encryption

Publish Config

php bin/hyperf.php vendor:publish friendsofhyperf/encryption

Usage

$encryptString = encrypt($string);
$decryptString = decrypt($encryptString);

Contact

License

MIT