programandoconcabeza/env-management 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

programandoconcabeza/env-management

最新稳定版本:1.0.0

Composer 安装命令:

composer require programandoconcabeza/env-management

包简介

management of env files

README 文档

README

You can manage .env files in a secure way, the env management package manages them generically, so that all team members have the same type of configuration.

Installation

Install the last version of env management with composer install

  composer require programandoconcabeza/env-management

Usage/Examples

Is mandatory use always the same password used for crypt it for decrypt files.

Crypt and create zip

Create a zip file with the general environments system variables named environments.zip and put it in the root of the project.

We recommend that you create a makefile or an automation for the execution of this script

php vendor/programandoconcabeza/env-management/crypt.php

Decrypt and replace .env file

The script get the content of environments.zip file and replace the .env content file.

We recommend that you create a makefile or an automation for the execution of this script

php vendor/programandoconcabeza/env-management/decrypt.php

Support

For support, email programandoconcabeza@gmail.com.

统计信息

  • 总下载量: 59
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-02-16