keboola / db-extractor-ssh-tunnel
Create SSH tunnel for DB Extractors
Installs: 7 438
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 1
Open Issues: 1
Requires
- php: >=8.2
- keboola/retry: ^0.5
- keboola/ssh-tunnel: ^2.1.0
- psr/log: ^1.1
Requires (Dev)
- keboola/coding-standard: ^15.0
- monolog/monolog: ^2.9
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2024-10-12 09:44:30 UTC
README
Simple PHP class for create ssh tunnel
Usage
Require with composer:
composer require keboola/db-extractor-ssh-tunnel
Development
Clone this repository and init the workspace with following command:
git clone git@github.com:keboola/db-extractor-ssh-tunnel.git
cd db-extractor-ssh-tunnel
docker compose build
docker compose run --rm dev composer install --no-scripts
Run the test suite using this command:
docker compose run --rm dev composer tests