Simple PHP class for opening SSH tunnels
Require with composer:
composer require keboola/ssh-tunnel
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 [email protected]:keboola/ssh-tunnel.git
cd ssh-tunnel
composer install
docker compose run
MIT licensed, see LICENSE file.