PHPackages                             filippo-toso/screen-lab - 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. filippo-toso/screen-lab

ActiveLibrary

filippo-toso/screen-lab
=======================

Screen Lab API client

v1.0.4(8y ago)021MITPHPPHP ^5.6 || ^7.0

Since May 5Pushed 8y agoCompare

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

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

ScreenLab API Client
====================

[](#screenlab-api-client)

A simple client for screenlab.io API.

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

[](#requirements)

- PHP 5.6+
- guzzlehttp/guzzle 6.2+

Installing
----------

[](#installing)

Use Composer to install it:

```
composer require filippo-toso/screen-lab

```

Using It
--------

[](#using-it)

```
use FilippoToso\ScreenLab\Client as ScreenLab;

$client = new ScreenLab('username', 'password', 'access_token');

```

Get the access token from the API

```
$access_token = $client->getAccessToken($email, $password);

```

Refreshes the access token for the provided user

```
$access_token = $client->refreshAccessToken($email, $password);

```

Generate a scan of the provided URL

```
$job = $client ->generateScan($url, $name, $width, $height);

```

Get a single scan by ID

```
$scan = $client->getScan($id);

```

Get the list of all scans

```
$scans = $client->getScans();

```

###  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

Maturity62

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 ~27 days

Total

5

Last Release

3183d 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 (6 commits)")

### Embed Badge

![Health badge](/badges/filippo-toso-screen-lab/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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