0
7
Login
Code
Issues
Pull requests
Events
Packages
d82c8a5a695fb14fc8e2949911337d2ec413cfc7
d82c8a5a695fb14fc8e2949911337d2ec413cfc7

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