PHPackages                             streamally/sdk - 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. streamally/sdk

ActiveLibrary

streamally/sdk
==============

v1.0.4(5y ago)01.0kPHP

Since Feb 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/streamally/sdk)[ Packagist](https://packagist.org/packages/streamally/sdk)[ RSS](/packages/streamally-sdk/feed)WikiDiscussions main Synced 5d ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Currently, the SDK in beta, so use at your own risk. Things might change without any warning.

Installation
============

[](#installation)

Add the package via composer.

```
composer require streamally/sdk

```

Registering Users
=================

[](#registering-users)

```
$response = (new \StreamAlly\StreamAlly('sampleApiToken'))->register([
    // Name is required
   'name' => 'John Smith',
    // Email is required
   'email' => 'john@example.net',

    // Show ID from StreamAlly Studio
    'show_id' => '3240438024',

    // Country code should be included
    // Only include phone if user has opted-in to text messages
   'phone' => '19541234567',
    // By default, if not included, one device will be assigned
   'devices' => 2,
    // Send a notification by email and/or text message
    'notify' => 1,
]);
```

### Response

[](#response)

The response includes the JSON returned from the API in associative array format.

```

[
   "success" => true,
   "user" => [
        "id" => 3299393,
        "name" => "John Smith",
         ...
    ],
    "links" => [
        "https://studio.streamally.live/go/1234578?token=134545674"
    ]
]

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~6 days

Total

5

Last Release

1907d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/73404416?v=4)[StreamAlly](/maintainers/streamally)[@streamally](https://github.com/streamally)

---

Top Contributors

[![recycledbeans](https://avatars.githubusercontent.com/u/13002230?v=4)](https://github.com/recycledbeans "recycledbeans (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/streamally-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/streamally-sdk/health.svg)](https://phpackages.com/packages/streamally-sdk)
```

###  Alternatives

[aschmelyun/cleaver

A blazing-fast static site generator using Laravel's Blade templating engine

2961.0k](/packages/aschmelyun-cleaver)

PHPackages © 2026

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