Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amphp/ssh
Async SSH client for PHP based on Amp.
https://github.com/amphp/ssh
amphp async php ssh
Last synced: 3 months ago
JSON representation
Async SSH client for PHP based on Amp.
- Host: GitHub
- URL: https://github.com/amphp/ssh
- Owner: amphp
- Created: 2018-02-23T21:33:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T17:56:45.000Z (almost 3 years ago)
- Last Synced: 2024-07-30T16:53:29.609Z (6 months ago)
- Topics: amphp, async, php, ssh
- Language: PHP
- Homepage:
- Size: 155 KB
- Stars: 35
- Watchers: 9
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amp SSH
[![Build Status](https://img.shields.io/travis/amphp/ssh/master.svg?style=flat-square)](https://travis-ci.org/amphp/ssh)
[![CoverageStatus](https://img.shields.io/coveralls/amphp/ssh/master.svg?style=flat-square)](https://coveralls.io/github/amphp/ssh?branch=master)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)`amphp/ssh` provides asynchronous SSH client for [Amp](https://github.com/amphp/amp).
## Installation
This package can be installed as a [Composer](https://getcomposer.org/) dependency.
```bash
composer require amphp/ssh
```## Requirements
- PHP 7.0+
- [libsodium extension](https://github.com/jedisct1/libsodium-php), included by default in PHP since 7.2## Examples
See the `examples` directory.
## Versioning
`amphp/ssh` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages.
## License
The MIT License (MIT). Please see [`LICENSE`](./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:
* [PHPSeclib](https://github.com/phpseclib/phpseclib)
* [PHP Encrypted Streams](https://github.com/jeskew/php-encrypted-streams)