0
7
Login
Code
Issues
Pull requests
Events
Packages
80beef818e8fca3f00b9d2f69bf7658c00d531c9
80beef818e8fca3f00b9d2f69bf7658c00d531c9

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);