datahihi1/tiny-env-encryptor
Composer 安装命令:
composer require datahihi1/tiny-env-encryptor
包简介
Encrytor helper for TinyEnv: A simple PHP library to manage environment variables in a secure way.
README 文档
README
Tiny Env Encryptor is a simple PHP command-line tool that helps you securely manage your environment variables by encrypting and decrypting them using TinyEnv.
Requirements
- PHP 7.1 or higher
- Composer
- TinyEnv
Installation
composer require datahihi1/tiny-env-encryptor:^1
Usage
After installation, you can use the tiny-env-encrypt command-line tool.
Generate Encryption Key
To generate a new encryption key, run:
vendor/bin/tiny-env-encrypt generate
This will create a key and display it. Store this key securely, as you'll need it for encryption and decryption.
Encrypt .env File
To encrypt your .env file, use the following command:
vendor/bin/tiny-env-encrypt encrypt <secret_key> .env [.env.encrypted] [key1 key2 ...] - `<secret_key>`: The encryption key generated earlier. - `.env`: The input file containing environment variables. - `[.env.encrypted]`: (Optional) The output file to save the encrypted variables. If not provided, it will overwrite the input file. - `[key1 key2 ...]`: (Optional) Specific keys to encrypt. If not provided, all variables will be encrypted.
Or helper:
$value = encrypt_env($value, $secretKey);
Decrypt .env File
To decrypt your encrypted .env file, use the following command:
vendor/bin/tiny-env-encrypt decrypt <secret_key> .env.encrypted [.env.decrypted] - `<secret_key>`: The encryption key used for encryption. - `.env.encrypted`: The input file containing encrypted environment variables. - `[.env.decrypted]`: (Optional) The output file to save the decrypted variables. If not provided, it will overwrite the input file.
Or helper:
$value = decrypt_env($value, $secretKey);
License
This project is licensed under the MIT License. See the LICENSE file for details.
datahihi1/tiny-env-encryptor 适用场景与选型建议
datahihi1/tiny-env-encryptor 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 16 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 12 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 datahihi1/tiny-env-encryptor 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 datahihi1/tiny-env-encryptor 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 15
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-10