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

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

ripnet/ssh
==========

SSH Library

039PHP

Since Jan 10Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ripnet/ssh
==========

[](#ripnetssh)

Uses phpseclib and provides and easy to use interface for using SSH on certain devices.

Install uses composer.

```
composer require ripnet/ssh dev-master
```

Example

```
require "vendor/autoload.php";

use ripnet\ssh\SSH;

$ssh = new SSH('192.168.1.1', 'cisco-ios');
$isLoggedIn = $ssh->login('username', 'password');
$output = $ssh->send("show version");
```

AdaptersDescriptionjunosJuniper JunOS devicescisco-iosCisco IOS devicesadva-825Adva 825alcatel-srAlcatel-Lucent (Nokia) TiMOS devicesadva-newAdva 206/114/etc

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/539682?v=4)[Tom Young](/maintainers/ripnet)[@ripnet](https://github.com/ripnet)

---

Top Contributors

[![ripnet](https://avatars.githubusercontent.com/u/539682?v=4)](https://github.com/ripnet "ripnet (12 commits)")

### Embed Badge

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

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

###  Alternatives

[dmitrykazak/magento-google-tag-manager

Google Tag Manager (GTM) Extension for Magento 2

112.8k](/packages/dmitrykazak-magento-google-tag-manager)

PHPackages © 2026

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