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

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

roy688/ssh
==========

A packages to use ssh in Laravel.

1.0(7y ago)014MITPHPPHP &gt;=7.0

Since May 23Pushed 7y agoCompare

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

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

SSH
===

[](#ssh)

[![Build Status](https://camo.githubusercontent.com/8b6b56df9450dcfd5c6849b9bde8538728e6f79108552fc066c74ff2abf01ed3/68747470733a2f2f7472617669732d63692e6f72672f726f793638382f7373682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/roy688/ssh)[![styleci](https://camo.githubusercontent.com/4499ec3a0efa386c7581f730bb44592bf518dc156779fc92c663dd51908cfb92/68747470733a2f2f7374796c6563692e696f2f7265706f732f4348414e47454d452f736869656c64)](https://styleci.io/repos/CHANGEME)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/22b18a4edc286d6e1e2ac0e04256c1019ec2f713ffcb5c152ee087ff9f6d2e41/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f793638382f7373682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/roy688/ssh/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/eed2863b983f7ba4403c00c67aa213ff0fc1f6f07624d603255c231d3beff577/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f4348414e47454d452f6d696e692e706e67)](https://insight.sensiolabs.com/projects/CHANGEME)[![Coverage Status](https://camo.githubusercontent.com/d593f477ddc3ecebe1eae415534f40b5a29eedc068058a556e016e9de56c6dbb/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f726f793638382f7373682f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/roy688/ssh?branch=master)

[![Packagist](https://camo.githubusercontent.com/bdd93fbb821ffde6133090eeeb34d2cc35cdd24cf2104193dc14bdce6d513d28/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f793638382f7373682e737667)](https://packagist.org/packages/roy688/ssh)[![Packagist](https://camo.githubusercontent.com/45d59fdafb25daf7a9e3b960c34e620e7bc25c92451a3a603cc04955d37f1e97/68747470733a2f2f706f7365722e707567782e6f72672f726f793638382f7373682f642f746f74616c2e737667)](https://packagist.org/packages/roy688/ssh)[![Packagist](https://camo.githubusercontent.com/acaf5d572b8a84065bdb2ad1043e4f2642e905e374b7e7e2297aa47a346903b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726f793638382f7373682e737667)](https://packagist.org/packages/roy688/ssh)

Package description: CHANGE ME

Installation
------------

[](#installation)

Install via composer

```
composer require roy688/ssh
```

### Register Service Provider

[](#register-service-provider)

**Note! This and next step are optional if you use laravel&gt;=5.5 with package auto discovery feature.**

Add service provider to `config/app.php` in `providers` section

```
Roy688\Ssh\ServiceProvider::class,
```

### Register Facade

[](#register-facade)

Register package facade in `config/app.php` in `aliases` section

```
Roy688\Ssh\Facades\Ssh::class,
```

### Publish Configuration File

[](#publish-configuration-file)

```
php artisan vendor:publish --provider="Roy688\Ssh\ServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

CHANGE ME

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Roy Thia](https://github.com/roy688/ssh)
- [All contributors](https://github.com/roy688/ssh/graphs/contributors)

This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

2913d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03121b403017a761fe75e169d7381ccc6c8b8a280cd4d3ef40a0e8567e612dd3?d=identicon)[Roy688](/maintainers/Roy688)

---

Top Contributors

[![gamehotz](https://avatars.githubusercontent.com/u/13409150?v=4)](https://github.com/gamehotz "gamehotz (5 commits)")[![slaythia](https://avatars.githubusercontent.com/u/13409150?v=4)](https://github.com/slaythia "slaythia (5 commits)")

---

Tags

ssh

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/ssh

A lightweight package to execute commands over an SSH connection

8322.8M41](/packages/spatie-ssh)[herzult/php-ssh

Provides an object-oriented wrapper for the php ssh2 extension.

3651.1M12](/packages/herzult-php-ssh)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[codeaken/sshkey

Library for working with and generating SSH keys

1260.0k1](/packages/codeaken-sshkey)[pagemachine/authorized-keys

Read, edit and write the SSH authorized\_keys file

1163.1k](/packages/pagemachine-authorized-keys)[yohang/oossh

Object Oriented SSH for PHP

363.8k](/packages/yohang-oossh)

PHPackages © 2026

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