PHPackages                             mohamedhekal/classbridge-livekit - 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. [Image &amp; Media](/categories/media)
4. /
5. mohamedhekal/classbridge-livekit

ActiveLibrary[Image &amp; Media](/categories/media)

mohamedhekal/classbridge-livekit
================================

LiveKit classroom driver for ClassBridge

v0.1.1(1mo ago)05↓75%MITPHPPHP ^8.2CI failing

Since Jul 16Pushed 1mo agoCompare

[ Source](https://github.com/mohamedhekal/classbridge-livekit)[ Packagist](https://packagist.org/packages/mohamedhekal/classbridge-livekit)[ Docs](https://github.com/mohamedhekal/classbridge-livekit)[ RSS](/packages/mohamedhekal-classbridge-livekit/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (9)Versions (3)Used By (0)

ClassBridge LiveKit
===================

[](#classbridge-livekit)

[![CI](https://github.com/mohamedhekal/classbridge-livekit/actions/workflows/tests.yml/badge.svg)](https://github.com/mohamedhekal/classbridge-livekit/actions)[![Packagist](https://camo.githubusercontent.com/80f0a6a3804a299086f70c6d4c8f66c5534d0d00b0e2e719ffa47e517ea3f787/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f68616d656468656b616c2f636c6173736272696467652d6c6976656b69742e737667)](https://packagist.org/packages/mohamedhekal/classbridge-livekit)[![License: MIT](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

LiveKit classroom driver for [ClassBridge](https://packagist.org/packages/mohamedhekal/classbridge).

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

[](#installation)

```
composer require mohamedhekal/classbridge mohamedhekal/classbridge-livekit
```

Configuration
-------------

[](#configuration)

Publish and configure credentials:

```
php artisan vendor:publish --tag=classbridge-livekit-config
```

```
LIVEKIT_URL=https://your-project.livekit.cloud
LIVEKIT_API_KEY=your-api-key
LIVEKIT_API_SECRET=your-api-secret
LIVEKIT_WEBHOOK_SECRET=your-webhook-secret
```

Set the default ClassBridge driver:

```
CLASSBRIDGE_DRIVER=livekit
```

Usage
-----

[](#usage)

```
use Hekal\ClassBridge\Facades\ClassBridge;
use Hekal\ClassBridge\DTOs\SessionData;

$room = ClassBridge::driver('livekit')->createRoom(new SessionData(
    id: 'session-1',
    name: 'session-1',
    maxParticipants: 30,
));
```

See [docs/livekit.md](docs/livekit.md) for API details and webhook mapping.

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

2

Last Release

46d ago

### Community

Maintainers

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

---

Top Contributors

[![mohamedhekal](https://avatars.githubusercontent.com/u/21014387?v=4)](https://github.com/mohamedhekal "mohamedhekal (2 commits)")

---

Tags

classbridgeedtechlaravellivekitvideo-conferencingwebrtclaravelvideoeducationWebRTCclassroomlivekitclassbridge

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mohamedhekal-classbridge-livekit/health.svg)

```
[![Health](https://phpackages.com/badges/mohamedhekal-classbridge-livekit/health.svg)](https://phpackages.com/packages/mohamedhekal-classbridge-livekit)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k118.2M1.0k](/packages/laravel-socialite)[psalm/plugin-laravel

Psalm plugin for Laravel

3365.5M359](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

80732.6M273](/packages/laravel-mcp)[intervention/image-laravel

Laravel Integration of Intervention Image

16210.8M233](/packages/intervention-image-laravel)[api-platform/laravel

API Platform support for Laravel

58190.1k22](/packages/api-platform-laravel)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.5k](/packages/forjedio-inertia-table)

PHPackages © 2026

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