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

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

rannk/php-interactive-ssh
=========================

Provide an interactive ssh connection.

010PHP

Since Nov 7Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

PHP INTERACTIVE SSH
===================

[](#php-interactive-ssh)

provide an interactive ssh connection.

requirements
============

[](#requirements)

You need PHP version 5.3+ with the SSH2 extension.

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

[](#installation)

The best way to add the library to your project is using [composer](http://getcomposer.org).

```
$ composer require rannk/php-interactive-ssh:dev-master

```

Usage
=====

[](#usage)

This wraaper tool is very eash to use. But now we just provide using username and password to access the ssh connection.

How to use it
=============

[](#how-to-use-it)

step 1: instance a connection object

```
