keboola/ssh-tunnel

Simple library for SSH tunneling

2.0.4 2021-10-21 06:07 UTC

README

Build on push

Simple PHP class for opening SSH tunnels

Usage

Require with composer:

composer require keboola/ssh-tunnel

Development

Developed with TTD. Requires Git, Composer, Docker and Docker Compose.

Clone repository, install dependencies, source private key (stored in 1password) and run tests:

git clone git@github.com:keboola/ssh-tunnel.git
cd ssh-tunnel
composer install
docker-compose run

License

MIT licensed, see LICENSE file.