PHPackages                             arilas/screenleap-wrapper - 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. arilas/screenleap-wrapper

ActiveLibrary[API Development](/categories/api)

arilas/screenleap-wrapper
=========================

ScreenLeap API Wrapper

044PHP

Since May 28Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Arilas/screenleap-wrapper)[ Packagist](https://packagist.org/packages/arilas/screenleap-wrapper)[ RSS](/packages/arilas-screenleap-wrapper/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Arilas ScreenLeap Wrapper
=========================

[](#arilas-screenleap-wrapper)

ScreenLeap is a Service that allows you to share desktop with other users

Example of usage
----------------

[](#example-of-usage)

Add to composer.json in require section:

```
"arilas/screenleap-wrapper": "dev-master"
```

Run `composer update`

If you use ZF2 add importing module to application.config.php file:

```
'Arilas\ScreenLeap'

```

### Setting Configuration:

[](#setting-configuration)

To global.php add the following code block:

```
    'arilas' => [
        'screenleap' => [
            'accountId' => 'your account id',
            'token' => 'your auth token',
        ],
    ],
```

### Starting Desktop Sharing:

[](#starting-desktop-sharing)

Receive ScreenLeap service instance from ServiceLocator:

```
$screenLeapService = $serviceLocator->get('arilas.screenleap');
```

Get Sharing:

```
$share = $screenLeapService->shareScreen();
```

Result have methods:

- getViewerUrl() - url that viewer may use to see screen
- getAppletHtml() - code block, that appends to your HTML for start Screen Sharing

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7cf410e3839c786a255e8848a041af90fb5839f0f10ef9dc87d13c3ee24f47a?d=identicon)[Arilas](/maintainers/Arilas)

---

Top Contributors

[![Arilas](https://avatars.githubusercontent.com/u/3540524?v=4)](https://github.com/Arilas "Arilas (5 commits)")

### Embed Badge

![Health badge](/badges/arilas-screenleap-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/arilas-screenleap-wrapper/health.svg)](https://phpackages.com/packages/arilas-screenleap-wrapper)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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