keboola/ssh-tunnel

Simple library for SSH tunneling


License
MIT

Documentation

ssh-tunnel

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 and run tests:

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