PHPackages                             filippo-toso/browser-stack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. filippo-toso/browser-stack

ActiveLibrary[API Development](/categories/api)

filippo-toso/browser-stack
==========================

BrowserStack API client

v1.0.2(8y ago)018MITPHPPHP ^5.6 || ^7.0

Since May 15Pushed 8y agoCompare

[ Source](https://github.com/filippotoso/browser-stack)[ Packagist](https://packagist.org/packages/filippo-toso/browser-stack)[ RSS](/packages/filippo-toso-browser-stack/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

BrowserStack API Client
=======================

[](#browserstack-api-client)

A simple client for browserstack.com API.

Requirements
------------

[](#requirements)

- PHP 5.6+
- guzzlehttp/guzzle 6.2+

Installing
----------

[](#installing)

Use Composer to install it:

```
composer require filippo-toso/browser-stack

```

Using It
--------

[](#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']);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~49 days

Total

3

Last Release

3185d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d89f2d44fb12225de2119994028ee69e36770bcf33c2b1ddf0d6672d28151b?d=identicon)[filippo.toso](/maintainers/filippo.toso)

---

Top Contributors

[![filippotoso](https://avatars.githubusercontent.com/u/26958813?v=4)](https://github.com/filippotoso "filippotoso (3 commits)")

### Embed Badge

![Health badge](/badges/filippo-toso-browser-stack/health.svg)

```
[![Health](https://phpackages.com/badges/filippo-toso-browser-stack/health.svg)](https://phpackages.com/packages/filippo-toso-browser-stack)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
