Download the PHP package alnutile/saucelabs_client without Composer
On this page you can find all versions of the php package alnutile/saucelabs_client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alnutile/saucelabs_client
More information about alnutile/saucelabs_client
Files in alnutile/saucelabs_client
Package saucelabs_client
Short Description Complete copy of php-github-api-master since it is such a good client for GithubAPI
License MIT
Homepage https://github.com/alnutile/saucelabs_client
Informations about the package saucelabs_client
SauceLabs Client
This is a generic client modeled after the GitHub API https://github.com/KnpLabs/php-github-api by KnpLabs.
They did a great job of making a client that includes Events, Guzzle, Cache and making it super testable.
This client can easily be ported to any providers since I kept the Classes and Methods pretty generic.
API
Check out the test/SauceLabs folder for a list of examples usages. Also note the PHP/VCR library to speed up all of these calls.
Setup
Add it to your composer.json see https://packagist.org/packages/alnutile/saucelabs_client for updates to the settings. Then copy the env_example file to .env and put in your username and token. Then run composer install and the library should allow you to make these requests to SauceLabs using your username and token.
RoadMap
Break out anything into interfaces that will help to make this easier to be a foundation to other automated testing services. As well as move those into their own composer libraries.
Travis
All versions of saucelabs_client with dependencies
ext-curl Version *
symfony/process Version >=2.3
symfony/event-dispatcher Version >=2.3
guzzle/guzzle Version ~3.7
vlucas/phpdotenv Version dev-master