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 1mo ago

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

1327d 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://www.gravatar.com/avatar/aa8976604581aa7bb514e6bbcceac998da33de7da64ddb7dc8f90f62e083477a?d=identicon)[deanski](/maintainers/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

[danharrin/livewire-rate-limiting

Apply rate limiters to Laravel Livewire actions.

40423.1M27](/packages/danharrin-livewire-rate-limiting)[mateusjunges/laravel-kafka

A kafka driver for laravel

7163.1M17](/packages/mateusjunges-laravel-kafka)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)[illuminatech/data-provider

Allows easy build for DB queries from API requests

4413.3k](/packages/illuminatech-data-provider)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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