amphp / ssh
Async SSH client for PHP based on Amp.
Fund package maintenance!
amphp
Installs: 1 026
Dependents: 0
Suggesters: 0
Security: 0
Stars: 35
Watchers: 9
Forks: 7
Open Issues: 8
Requires
- ext-sodium: *
- amphp/amp: ^2.0.3
- amphp/file: ^0.3
- amphp/socket: ^1.0
- psr/log: ^1.0
Requires (Dev)
- amphp/phpunit-util: ^1
- friendsofphp/php-cs-fixer: ^2.9
- monolog/monolog: ^1.23
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2024-11-06 18:44:03 UTC
README
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: