PHPackages                             keis/just-ssh - 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. keis/just-ssh

ActiveLibrary

keis/just-ssh
=============

libssh2 wrapper with minimal extra baggage

0.1.2(13y ago)1240MITPHPPHP &gt;=5.3.0

Since Apr 19Pushed 13y ago1 watchersCompare

[ Source](https://github.com/keis/JustSSH)[ Packagist](https://packagist.org/packages/keis/just-ssh)[ RSS](/packages/keis-just-ssh/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

JustSSH
=======

[](#justssh)

libssh2 wrapper with minimal extra baggage.

Usage
=====

[](#usage)

```
$client = new \JustSSH\Client;
$client->connect('your-host');
$client->authenticate(
    new \JustSSH\PasswordAuthentication('username', 'password'));

$stream = $client->execute("cowsay 'Moo!'");
// do something with output

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

Every ~5 days

Total

3

Last Release

4764d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/baea55eb4e169606b0c1045b2efe52ca0512605c509fd3e782d0d256f5e53f18?d=identicon)[keis](/maintainers/keis)

---

Top Contributors

[![keis](https://avatars.githubusercontent.com/u/125062?v=4)](https://github.com/keis "keis (7 commits)")

### Embed Badge

![Health badge](/badges/keis-just-ssh/health.svg)

```
[![Health](https://phpackages.com/badges/keis-just-ssh/health.svg)](https://phpackages.com/packages/keis-just-ssh)
```

PHPackages © 2026

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