sshAsync SSH client for PHP based on Amp.
Amp SSH
amphp/ssh
provides asynchronous SSH client for Amp.
Installation
This package can be installed as a Composer dependency.
composer require amphp/ssh
Requirements
- PHP 7.0+
- libsodium extension, included by default in PHP since 7.2
Examples
See the examples
directory.
Versioning
amphp/ssh
follows the semver semantic versioning specification like all other amphp
packages.
License
The MIT License (MIT). Please see LICENSE
for more information.
Credits
A lot of work on this lib would not have been possible with previous awesome folks implementing this specification in PHP:
评论