library just-ssh
libssh2 wrapper with minimal extra baggage
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
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
dev-master
9999999-dev
libssh2 wrapper with minimal extra baggage
Sources
Download
MIT
The Requires
0.1.2
0.1.2.0
libssh2 wrapper with minimal extra baggage
Sources
Download
MIT
The Requires
0.1.1
0.1.1.0
libssh2 wrapper with minimal extra baggage
Sources
Download
MIT
The Requires
0.1.0
0.1.0.0
libssh2 wrapper with minimal extra baggage
Sources
Download
MIT
The Requires