Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Remote Git Handler

Work with git repository on remote server


Installation:

composer require artarts36/git-handler-remote


Usage

useArtARTs36\GitHandler\Factory\RemoteGitFactory;
useArtARTs36\ShellCommand\Executors\Ssh\Connection;
$connection = Connection::withPassword('host', 'user', 'password');
$git = (newRemoteGitFactory($connection))->factory('/var/web/project/');

About

Work with git repository on remote server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages