0
7
Login
Code
Issues
Pull requests
Events
Packages
29f3f3c323268f7bd83e49e9251b0a85a20c1d63
29f3f3c323268f7bd83e49e9251b0a85a20c1d63

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