russell / ygtool
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/russell/ygtool
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2025-09-28 09:55:53 UTC
README
配置
define('ENCRYPT_KEY', ''); define('ENCRYPT_IV', ''); define('ENCRYPT_METHOD', 'AES-128-CBC'); //密码学方式。openssl_get_cipher_methods() 可获取有效密码方式列表。