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. [Utility &amp; Helpers](/categories/utility)
4. /
5. keis/just-ssh

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 today

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 35% 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

4810d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/125062?v=4)[David Keijser](/maintainers/keis)[@keis](https://github.com/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)
```

###  Alternatives

[richardhj/contao-ajax_reload_element

AjaxReloadElement for Contao OpenSource CMS

144.3k](/packages/richardhj-contao-ajax-reload-element)

PHPackages © 2026

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