karsa-mistmere/composer-gitlab-dotenv-token
最新稳定版本:v1.0.3
Composer 安装命令:
composer require karsa-mistmere/composer-gitlab-dotenv-token
包简介
README 文档
README
A simple composer plugin that loads private Gitlab deploy tokens for composer repositories from environment variables.
Usage:
composer require karsamistmere/composer-gitlab-dotenv-token
In your environment variables add:
GITLAB_TOKEN={"gitlab.com": "privatetoken"}
or
GITLAB_TOKEN={"gitlab.com": {"username": "gitlabuser", "token": "privatetoken"}}
or
GITLAB_TOKEN_HOST=gitlab.com
GITLAB_TOKEN_USERNAME=gitlabuser
GITLAB_TOKEN_TOKEN=privatetoken
统计信息
- 总下载量: 106
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-01-19