Skip to content

Encryption

The encryption component for Hyperf.

Installation

shell
composer require friendsofhyperf/encryption

Publish Configuration

shell
php bin/hyperf.php vendor:publish friendsofhyperf/encryption

Usage

shell
$encryptString = encrypt($string);
$decryptString = decrypt($encryptString);