keboola / ssh-tunnel
Simple library for SSH tunneling
Installs: 23 440
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 18
Forks: 2
Open Issues: 2
Requires
- symfony/process: ^4.2|^5.0
Requires (Dev)
- keboola/coding-standard: >=9.0.0
- phpstan/phpstan: ^0.12.14
- phpunit/phpunit: ^7.0
README
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.