PHPackages                             tiagobutzke/php-remote-server - 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. tiagobutzke/php-remote-server

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

tiagobutzke/php-remote-server
=============================

Library to connect and manage remote servers via PHP

0.1.1(11y ago)91413MITPHP

Since Sep 14Pushed 11y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

PHP REMOTE SERVER
=================

[](#php-remote-server)

Library to connect and manage remote servers via PHP.

\--

PHP extensions
--------------

[](#php-extensions)

- SSH2 \*\* Ubuntu Instalation:

```
// apt-get install libssh2-php
// /etc/inid.d/apache2 restart

```

\--

Install via Composer
--------------------

[](#install-via-composer)

```
# add in composer.json
"require-dev": {
    "tiagobutzke/php-remote-server": "1.0.*"
}
```

How to use
----------

[](#how-to-use)

### SSH protocol

[](#ssh-protocol)

```
$remoteServer = new \RemoteServer\RemoteServer(
    new \RemoteServer\Ssh()
);

$remoteServer->connect('127.0.0.1', 'username', 'password', 'port');
$remoteServer->execute('ls -la');
var_dump($remoteServer->getResult());
var_dump($remoteServer->getArray());
```

### Telnet protocol

[](#telnet-protocol)

```
$remoteServer = new \RemoteServer\RemoteServer(
    new \RemoteServer\Telnet()
);

$remoteServer->connect('127.0.0.1', 'username', 'password', 'port');
$remoteServer->execute('ls -la');
var_dump($remoteServer->getResult());
var_dump($remoteServer->getArray());
```

\--

Doubts
------

[](#doubts)

Email:

Twitter: [@tiagobutzke](http://twitter.com/tiagobutzke "@tiagobutzke")

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4263d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/498353?v=4)[Tiago Butzke](/maintainers/tiagobutzke)[@tiagobutzke](https://github.com/tiagobutzke)

---

Top Contributors

[![tiagobutzke](https://avatars.githubusercontent.com/u/498353?v=4)](https://github.com/tiagobutzke "tiagobutzke (6 commits)")

---

Tags

sshconnecttelnetremote serverrun command

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tiagobutzke-php-remote-server/health.svg)

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

###  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)[graze/telnet-client

Telnet client written in PHP

50233.9k4](/packages/graze-telnet-client)[snscripts/itc-reporter

PHP package for downloading stats from iTunes Connect - Replacement for Apples Java based Reporter.jar

2241.0k](/packages/snscripts-itc-reporter)[bestnetwork/telnet

Telnet client in php

2428.6k](/packages/bestnetwork-telnet)[codeaken/sshkey

Library for working with and generating SSH keys

1260.0k1](/packages/codeaken-sshkey)

PHPackages © 2026

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