friendsofhyperf/encryption

The encryption component for Hyperf.

Maintainers

Package info

github.com/friendsofhyperf/encryption

Issues

Documentation

pkg:composer/friendsofhyperf/encryption

Fund package maintenance!

huangdijia

hdj.me/sponsors

Statistics

Installs: 12 926

Dependents: 1

Suggesters: 2

Stars: 3

v3.2.0-alpha.6 2025-11-29 01:40 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