PHPackages                             bryanthw1020/live-video-broadcast-manager - 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. bryanthw1020/live-video-broadcast-manager

AbandonedArchivedLibrary[API Development](/categories/api)

bryanthw1020/live-video-broadcast-manager
=========================================

Laravel live video broadcast manager for Tencent LVB service integration.

v1.1.0(5y ago)060[5 PRs](https://github.com/bryanthw1020/live-video-broadcast-manager/pulls)MITPHP

Since Dec 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bryanthw1020/live-video-broadcast-manager)[ Packagist](https://packagist.org/packages/bryanthw1020/live-video-broadcast-manager)[ RSS](/packages/bryanthw1020-live-video-broadcast-manager/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (3)Versions (10)Used By (0)

live-video-broadcast-manager
============================

[](#live-video-broadcast-manager)

Laravel live video broadcast manager for Tencent LVB service integration

Installation
------------

[](#installation)

To install, run `composer require bryanthw1020/live-video-broadcast-manager`.

After installation, run `php artisan vendor:publish` to publish the configuration file.

After publishing configuration please make sure to add variables below into your `env` file

```
TC_LVB_SECRET_ID=
TC_LVB_SECRET_KEY=
TC_LVB_STREAM_DOMAIN=
TC_LVB_PLAYBACK_DOMAIN=

```

Usage
-----

[](#usage)

Below are the available method to use.

```
# Get Online Live Stream List
LiveVideoBroadcastManager::liveStreamOnlineList(string $appName = "live", string $streamName = "", string $region = "ap-singapore", string $endpoint = "live.tencentcloudapi.com", int $pageNum = 1, int $pageSize = 20);
## Example
LiveVideoBroadcastManager::liveStreamOnlineList();

# Block Live Stream
LiveVideoBroadcastManager::blockLiveStream(string $streamName, string $reason, string $appName = "live", string $region = "ap-singapore", string $endpoint = "live.tencentcloudapi.com");
## Example
LiveVideoBroadcastManager::blockLiveStream("1400292776_959_118_main", "Forbidden equipment on air.");

# Resume Live Stream
LiveVideoBroadcastManager::resumeLiveStream(string $streamName, string $appName = "live", string $region = "ap-singapore", string $endpoint = "live.tencentcloudapi.com");
## Example
LiveVideoBroadcastManager::resumeLiveStream("1400292776_959_118_main");
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

1987d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30335246?v=4)[Bryan](/maintainers/bryanthw1020)[@bryanthw1020](https://github.com/bryanthw1020)

---

Top Contributors

[![bryanthw1020](https://avatars.githubusercontent.com/u/30335246?v=4)](https://github.com/bryanthw1020 "bryanthw1020 (7 commits)")[![bryanthw](https://avatars.githubusercontent.com/u/26052649?v=4)](https://github.com/bryanthw "bryanthw (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

laraveltencent-cloud

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bryanthw1020-live-video-broadcast-manager/health.svg)

```
[![Health](https://phpackages.com/badges/bryanthw1020-live-video-broadcast-manager/health.svg)](https://phpackages.com/packages/bryanthw1020-live-video-broadcast-manager)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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