Skip to content

ArtARTs36/php-git-handler-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Git Handler

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/');

About

Work with git repository on remote server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages