You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,7 @@ The PHP SSH Connection package provides an elegant syntax to connect to SSH serv
7
7
8
8
## Installation
9
9
10
-
First, you may need to install the PHP SSH2 extension. In Ubuntu and other Debian-based systems, you can install this extension by running the following command.
11
-
12
-
```bash
13
-
sudo apt install php-ssh2
14
-
```
15
-
16
-
For other operating systems, see the [PHP SSH2 extension documentation](https://www.php.net/manual/en/book.ssh2.php).
17
-
18
-
You can then run the following Composer command to install the PHP SSH Connection package.
10
+
You can install the PHP SSH Connection package by running the following Composer command.
19
11
20
12
```bash
21
13
composer require divineomega/php-ssh-connection
@@ -29,7 +21,7 @@ $connection = (new SSHConnection())
0 commit comments