PHPackages                             wiardvanrij/sshwrapper - 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. wiardvanrij/sshwrapper

ActiveLibrary

wiardvanrij/sshwrapper
======================

SSH wrapper for PHP

1.1.1(8y ago)6921MITPHP

Since Oct 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wiardvanrij/sshwrapper)[ Packagist](https://packagist.org/packages/wiardvanrij/sshwrapper)[ Docs](https://github.com/wiardvanrij/sshwrapper)[ RSS](/packages/wiardvanrij-sshwrapper/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (10)Used By (1)

SSH wrapper for PHP
===================

[](#ssh-wrapper-for-php)

Information
-----------

[](#information)

!!! This is in very beta. I would not recommend using this on production or whatsoever. !!!

This library allows you to connect via SSH to your linux server with the PHP core class 'ssh2'. It also allows to use a "jump server" for instance:

```
command --ssh to-> jump server --ssh to-> actual server

```

Requirements
------------

[](#requirements)

You will need to install the PHP ssh2 extension and enable this. I assume you have knowledge on how to install php extensions

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

[](#installation)

Via composer

```
{
    "require": {
        "wiardvanrij/sshwrapper": "*"
    }
}

```

Because this library is in beta, please use the latest version. There is no stable

Usage
-----

[](#usage)

Require the autoloader and include the namespace

```
