PHPackages                             edvnetwork/php-ssh - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. edvnetwork/php-ssh

ActiveLibrary

edvnetwork/php-ssh
==================

PHP sdk for connect to servers via ssh, sftp an more.

2.1(3y ago)06MITPHPPHP &gt;=7.4

Since Jul 24Pushed 3y ago2 watchersCompare

[ Source](https://github.com/edvnetwork/php-ssh)[ Packagist](https://packagist.org/packages/edvnetwork/php-ssh)[ Docs](https://www.edv-network.group)[ Fund](https://www.buymeacoffee.com/edvnetwork)[ RSS](/packages/edvnetwork-php-ssh/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PHP-SSH Client
==============

[](#php-ssh-client)

A PHP sdk for connect to servers via ssh, sftp an more.

Dependencies
------------

[](#dependencies)

- PHP &gt;= 7.4

Setup
-----

[](#setup)

If you already have a file, just add the following dependency to your project: `composer.json`

```
"require": {
    "edvnetwork/php-ssh": "^2.1"
}
```

With the dependency added to , just run: `composer.json`
--------------------------------------------------------

[](#with-the-dependency-added-to--just-run-composerjson)

```
composer install

```

Alternatively, you can run directly in your terminal:
-----------------------------------------------------

[](#alternatively-you-can-run-directly-in-your-terminal)

```
composer require edvnetwork/php-ssh

```

SSH connection with simple user and password authentication
-----------------------------------------------------------

[](#ssh-connection-with-simple-user-and-password-authentication)

```
