0
7
Login
Code
Issues
Pull requests
Events
Packages
8f596a04352b1647e767479d898b5d8308f364ee
8f596a04352b1647e767479d898b5d8308f364ee

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