0
7
Login
Code
Issues
Pull requests
Events
Packages
dbd58a68bc6bb3d4ad0944b687eee18e7070f2d0
dbd58a68bc6bb3d4ad0944b687eee18e7070f2d0

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