Download the PHP package hexpang/laravel-ssh without Composer
On this page you can find all versions of the php package hexpang/laravel-ssh. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hexpang/laravel-ssh
More information about hexpang/laravel-ssh
Files in hexpang/laravel-ssh
Download hexpang/laravel-ssh
More information about hexpang/laravel-ssh
Files in hexpang/laravel-ssh
Vendor hexpang
Package laravel-ssh
Short Description SSH Client For Laravel.
License MIT
Homepage https://github.com/hexpang/laravel-ssh
Package laravel-ssh
Short Description SSH Client For Laravel.
License MIT
Homepage https://github.com/hexpang/laravel-ssh
Please rate this library. Is it a good library?
Informations about the package laravel-ssh
SSH Client For Laravel
SSH Client for laravel.
v0.5 moved to ssh-client
Build Status |
---|
[] |
v0.4 changed namespace and file directory
If got error about class not found,try
composer dump-autoload
Install With Composer
composer require hexpang/laravel-ssh
Open config/app.php add for aliases
'SSH' => hexpang\Client\SSH\SSHClient::class,
Usage
Method
Method | Description | Usage |
---|---|---|
Ping | Check port | $ssh->ping($host,$port,$timeOut) |
Connect | Connect to server | $ssh->Connect() |
Authorize | Authorize | $ssh->Authorize() |
Disconnect | Disconnect | $ssh->Disconnect() |
Execute | Execute command and response result for an array[ Response,Error ] | $ssh->Execute($command) |
All versions of laravel-ssh with dependencies
PHP Build Version
Package Version
The package hexpang/laravel-ssh contains the following files
Loading the files please wait ....