0
7
Login
Code
Issues
Pull requests
Events
Packages
db0c37e5176f6b1ff0e87e34b029f4736644dd23
db0c37e5176f6b1ff0e87e34b029f4736644dd23

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