2017 © Pedro Peláez
 

library oossh

Object Oriented SSH for PHP

image

sputinyk/oossh

Object Oriented SSH for PHP

  • Wednesday, July 6, 2016
  • by sputinyk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % 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/07 2016

dev-master

9999999-dev https://github.com/sputinyk/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