library browser-stack
BrowserStack API client
filippo-toso/browser-stack
BrowserStack API client
- Monday, August 21, 2017
- by filippo.toso
- Repository
- 0 Watchers
- 0 Stars
- 11 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
BrowserStack API Client
A simple client for browserstack.com API., (*1)
Requirements
- PHP 5.6+
- guzzlehttp/guzzle 6.2+
Installing
Use Composer to install it:, (*2)
composer require filippo-toso/browser-stack
Using It
use FilippoToso\BrowserStack\Client as BrowserStack;
$client = new BrowserStack('username', 'access_key');
// Get list of available OS and browsers
$browsers = $client->getBrowsers();
// Request the generation of a screenshot
$url = 'https://efes.to/';
$job = $client->generateScreenshots($url, $browsers);
// Get the list of screenshots and their states
$result = $client->getJob($job['job_id']);
dev-master
9999999-dev
BrowserStack API client
Sources
Download
MIT
The Requires
by
Filippo Toso
v1.0.2
1.0.2.0
BrowserStack API client
Sources
Download
MIT
The Requires
by
Filippo Toso
v1.0.1
1.0.1.0
BrowserStack API client
Sources
Download
MIT
The Requires
by
Filippo Toso
v1.0.0
1.0.0.0
BrowserStack API client
Sources
Download
MIT
The Requires
by
Filippo Toso