artarts36/git-handler-remote
Composer 安装命令:
composer require artarts36/git-handler-remote
包简介
README 文档
README
Work with git repository on remote server
Installation:
composer require artarts36/git-handler-remote
Usage
use ArtARTs36\GitHandler\Factory\RemoteGitFactory; use ArtARTs36\ShellCommand\Executors\Ssh\Connection; $connection = Connection::withPassword('host', 'user', 'password'); $git = (new RemoteGitFactory($connection))->factory('/var/web/project/');
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-22