sauce / connect
PHP package for the Sauce Connect Java binary
Installs: 418 023
Dependents: 1
Suggesters: 2
Security: 0
Stars: 5
Watchers: 46
Forks: 1
Language:Perl
Requires
- php: >=5.3.0
- sauce/sausage: >=0.5.0
This package is not auto-updated.
Last update: 2020-05-15 16:52:51 UTC
README
A Composer Package for Sauce Connect.
Sauce Connect is a special tunnel-creating binary application (see the Sauce
Connect Docs). It is bundled as a
composer package (sauce/connect
), designed to accompany
Sausage (sauce/sausage
), which you can
add to your composer.json
requirements:
{ "require": { "sauce/sausage": ">=0.6", "sauce/connect": ">=3.0" } }
If you've already run vendor/bin/sauce_config
or otherwise set your Sauce
credentials, starting sauce connect is as easy as:
vendor/bin/sauce_connect
Or on Windows:
vendor\bin\sauce_connect.bat
The script will start up the Sauce Connect Java binary behind the scenes. As it's starting you'll see various messages letting you know the status of the startup process (it usually takes about a minute). Once Sauce Connect is ready to go, you'll get a prompt that allows you to hit enter to see more log messages from the running Sauce Connect binary, or type 'q' and hit enter to shut down the secure tunnel.
You'll be testing against your local test server in no time!