0
7
Login
Code
Issues
Pull requests
Events
Packages
9c9fd5546f121fe6e196bd7a399fc1b29c3f9b45
9c9fd5546f121fe6e196bd7a399fc1b29c3f9b45

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