yohang/oossh
最新稳定版本:0.1.2
Composer 安装命令:
composer require yohang/oossh
包简介
Object Oriented SSH for PHP
关键字:
README 文档
README
OOSSH is an easy-to-use object encapsulation of the php SSH2 library.
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.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 36
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-03-04