0
7
Login
Code
Issues
Pull requests
Events
Packages
e8ae5ac085f603e0b767bf73b1fce54cfb2403e9
e8ae5ac085f603e0b767bf73b1fce54cfb2403e9

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