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

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

mikemeier/php-ssh
=================

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

1.0.3(11y ago)036.8k1MITPHPPHP &gt;=5.3.2

Since Jun 13Pushed 11y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (5)Used By (1)

This is a fork from  because no realase tags where given.

PHP SSH
=======

[](#php-ssh)

[![Build Status](https://camo.githubusercontent.com/847e19dc6781bb4248f31679e38a37190faddc73110afaa823d10fd6a69d7243/68747470733a2f2f7472617669732d63692e6f72672f4865727a756c742f7068702d7373682e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Herzult/php-ssh) (master) [![Build Status](https://camo.githubusercontent.com/70c8dc1981e050280e0726c4c2e3bab7433aee5f94c72d8bc645d453a849a131/68747470733a2f2f7472617669732d63692e6f72672f4865727a756c742f7068702d7373682e706e673f6272616e63683d646576656c6f706d656e74)](https://travis-ci.org/Herzult/php-ssh) (development)

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

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

[](#requirements)

You need PHP version 5.3+ with the [SSH2 extension](http://www.php.net/manual/en/book.ssh2.php).

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

[](#installation)

Download the php-ssh library files in your project. If your project is versioned using git, the best is to add it as a submodule:

```
$ git submodule add https://github.com/Herzult/php-ssh.git vendor/php-ssh

```

Then, you must add it to your autoloader. If you have no autoloader, you can use the one provided with the library. Here is an exemple of how to use it:

```
