friendsofhyperf/encryption

The encryption component for Hyperf.

v3.1.17 2024-02-27 00:32 UTC

README

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