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

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

zoomyboy/php-ssh
================

Ssh WWrapper around PhpSecLib

1.0.18(6y ago)11021PHPCI failing

Since Mar 18Pushed 6y agoCompare

[ Source](https://github.com/zoomyboy/php-ssh)[ Packagist](https://packagist.org/packages/zoomyboy/php-ssh)[ RSS](/packages/zoomyboy-php-ssh/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (18)Used By (1)

PHP SSH Wrapper around pphseclib for Laravel
============================================

[](#php-ssh-wrapper-around-pphseclib-for-laravel)

Check login
-----------

[](#check-login)

You can check if ssh credentials are valid - either with Password authentication or with PubKe authentication

use Zoomyboy\\PhpSsh\\Client;

$sshValid = Client::auth($host, $user) -&gt;withPassword($password) -&gt;check(); $sshValid = Client::auth($host, $user) -&gt;withKeyFile($keyFile) -&gt;check();

The Key file has to be an absolute path to your private key filelogin.

If you really want to connect, you can use the connect method: $sshValid = Client::auth($host, $user) -&gt;withKeyFile($keyFile) -&gt;connect();

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity72

Established project with proven stability

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 ~76 days

Recently: every ~275 days

Total

17

Last Release

2221d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3300951?v=4)[Philipp Lang](/maintainers/zoomyboy)[@zoomyboy](https://github.com/zoomyboy)

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

604.0k2](/packages/crumbls-layup)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1422.0k5](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.8k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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