2017 © Pedro Peláez
 

library oossh

Object Oriented SSH for PHP

image

yohang/oossh

Object Oriented SSH for PHP

  • Thursday, June 6, 2013
  • by yohang
  • Repository
  • 1 Watchers
  • 33 Stars
  • 2,709 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

OOSSH - Object Oriented SSH for PHP

Build Status, (*1)

OOSSH is an easy-to-use object encapsulation of the php SSH2 library., (*2)

Basic Usage


$oossh = OOSSH\OOSSH::createAndLoad( array( 'foo' => array( 'host' => 'foo.bar.baz', 'username' => 'foo', 'password' => 'baz', ) ) ); $oossh->get('foo')->exec('uname -a', function($stdio, $stderr) { echo $stdio; if ($stderr) { throw new RuntimeException($stderr); } });

TODO

  • File handling (SCP)

Contribute

Send me an email yohan@giarelli.org ;), (*3)

The Versions

06/06 2013

dev-master

9999999-dev https://github.com/frequence-web/OOSSH

Object Oriented SSH for PHP

  Sources   Download

MIT

The Requires

 

ssh

06/06 2013

0.1.2

0.1.2.0 https://github.com/frequence-web/OOSSH

Object Oriented SSH for PHP

  Sources   Download

MIT

The Requires

 

ssh

22/02 2013

0.1.1

0.1.1.0 https://github.com/frequence-web/OOSSH

Object Oriented SSH for PHP

  Sources   Download

MIT

The Requires

 

ssh

22/02 2013

0.1.0

0.1.0.0 https://github.com/frequence-web/OOSSH

Object Oriented SSH for PHP

  Sources   Download

MIT

The Requires

 

ssh