PHPackages                             artarts36/git-handler-remote - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. artarts36/git-handler-remote

ActiveLibrary

artarts36/git-handler-remote
============================

0.1.0(4y ago)02MITPHPPHP &gt;=7.2

Since Aug 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ArtARTs36/php-git-handler-remote)[ Packagist](https://packagist.org/packages/artarts36/git-handler-remote)[ RSS](/packages/artarts36-git-handler-remote/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Remote Git Handler
------------------

[](#remote-git-handler)

Work with git repository on remote server

---

Installation:
-------------

[](#installation)

`composer require artarts36/git-handler-remote`

---

Usage
-----

[](#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/');
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1728d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8027278?v=4)[Artem Ukrainskii](/maintainers/ArtARTs36)[@ArtARTs36](https://github.com/ArtARTs36)

---

Top Contributors

[![ArtARTs36](https://avatars.githubusercontent.com/u/8027278?v=4)](https://github.com/ArtARTs36 "ArtARTs36 (2 commits)")

### Embed Badge

![Health badge](/badges/artarts36-git-handler-remote/health.svg)

```
[![Health](https://phpackages.com/badges/artarts36-git-handler-remote/health.svg)](https://phpackages.com/packages/artarts36-git-handler-remote)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
