PHPackages                             deaniliev/remote - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. deaniliev/remote

ActiveLibrary[HTTP &amp; Networking](/categories/http)

deaniliev/remote
================

Fork of LaravelCollective's Remote SSH access for The Laravel Framework.

v6.2.0(5y ago)16MITPHPPHP &gt;=7.2

Since Mar 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/deaniliev/remote)[ Packagist](https://packagist.org/packages/deaniliev/remote)[ Docs](http://laravelcollective.com)[ RSS](/packages/deaniliev-remote/feed)WikiDiscussions 6.x Synced today

READMEChangelogDependencies (6)Versions (39)Used By (0)

Official documentation for Remote (SSH) for The Laravel Framework can be found at the [LaravelCollective](http://laravelcollective.com) website.

This repo is a fork of LaravelCollective's Remote.

Added Laravel 9 support and install howto.

Installation
============

[](#installation)

composer.json:

```
 "require": {
    ...
    "deaniliev/remote": "^6"
 },

```

config/app.php:

```
'providers' => [

  Collective\Remote\RemoteServiceProvider::class,
]

'aliases' => Facade::defaultAliases()->merge([
        // 'ExampleClass' => App\Example\ExampleClass::class,
        'SSH' => \Collective\Remote\RemoteFacade::class,
])->toArray(),

```

```
composer update
php artisan vendor:publish

```

Usage
=====

[](#usage)

After connections are defined in confg/remote.php you can use SSH class directly:

SSH::run(\['echo "This is a test"'\]);

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~235 days

Total

38

Last Release

1373d ago

Major Versions

v5.8 → v6.02019-09-03

v5.8.1 → v6.0.22019-10-02

PHP version history (6 changes)v5.0PHP &gt;=5.4.0

v5.1.0PHP &gt;=5.5.9

v5.3.0PHP &gt;=5.6.4

v5.5PHP &gt;=7.0.0

v5.6PHP &gt;=7.1.3

v6.0PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19890364?v=4)[deanski](/maintainers/deanski)[@Deanski](https://github.com/Deanski)

---

Top Contributors

[![tshafer](https://avatars.githubusercontent.com/u/299464?v=4)](https://github.com/tshafer "tshafer (37 commits)")[![mlantz](https://avatars.githubusercontent.com/u/1065551?v=4)](https://github.com/mlantz "mlantz (24 commits)")[![nikkiii](https://avatars.githubusercontent.com/u/891176?v=4)](https://github.com/nikkiii "nikkiii (10 commits)")[![adamgoose](https://avatars.githubusercontent.com/u/611068?v=4)](https://github.com/adamgoose "adamgoose (5 commits)")[![crlcu](https://avatars.githubusercontent.com/u/1661844?v=4)](https://github.com/crlcu "crlcu (3 commits)")[![dowilcox](https://avatars.githubusercontent.com/u/1311943?v=4)](https://github.com/dowilcox "dowilcox (3 commits)")[![bomas13](https://avatars.githubusercontent.com/u/4661591?v=4)](https://github.com/bomas13 "bomas13 (2 commits)")[![krtcom](https://avatars.githubusercontent.com/u/22225346?v=4)](https://github.com/krtcom "krtcom (2 commits)")[![joecampo](https://avatars.githubusercontent.com/u/3619398?v=4)](https://github.com/joecampo "joecampo (2 commits)")[![ikari7789](https://avatars.githubusercontent.com/u/1041215?v=4)](https://github.com/ikari7789 "ikari7789 (1 commits)")[![cweiske](https://avatars.githubusercontent.com/u/59036?v=4)](https://github.com/cweiske "cweiske (1 commits)")[![dmyers](https://avatars.githubusercontent.com/u/207171?v=4)](https://github.com/dmyers "dmyers (1 commits)")[![hoomanna](https://avatars.githubusercontent.com/u/5413073?v=4)](https://github.com/hoomanna "hoomanna (1 commits)")[![acasar](https://avatars.githubusercontent.com/u/6329543?v=4)](https://github.com/acasar "acasar (1 commits)")[![tomcastleman](https://avatars.githubusercontent.com/u/1532660?v=4)](https://github.com/tomcastleman "tomcastleman (1 commits)")[![tormjens](https://avatars.githubusercontent.com/u/3974889?v=4)](https://github.com/tormjens "tormjens (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/deaniliev-remote/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[illuminate/view

The Illuminate View package.

13047.0M2.2k](/packages/illuminate-view)[illuminate/session

The Illuminate Session package.

9939.3M849](/packages/illuminate-session)[illuminate/translation

The Illuminate Translation package.

6938.0M572](/packages/illuminate-translation)

PHPackages © 2026

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