Encryption 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 Twitter Gmail License MIT