2017 © Pedro Peláez
 

library just-ssh

libssh2 wrapper with minimal extra baggage

image

keis/just-ssh

libssh2 wrapper with minimal extra baggage

  • Monday, April 29, 2013
  • by keis
  • Repository
  • 1 Watchers
  • 1 Stars
  • 228 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

JustSSH

libssh2 wrapper with minimal extra baggage., (*1)

Usage

$client = new \JustSSH\Client;
$client->connect('your-host');
$client->authenticate(
    new \JustSSH\PasswordAuthentication('username', 'password'));

$stream = $client->execute("cowsay 'Moo!'");
// do something with output

The Versions

29/04 2013

dev-master

9999999-dev

libssh2 wrapper with minimal extra baggage

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

29/04 2013

0.1.2

0.1.2.0

libssh2 wrapper with minimal extra baggage

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

19/04 2013

0.1.1

0.1.1.0

libssh2 wrapper with minimal extra baggage

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

19/04 2013

0.1.0

0.1.0.0

libssh2 wrapper with minimal extra baggage

  Sources   Download

MIT

The Requires

  • php >=5.3.0