PHPackages                             furqanamx/jitsi-laravel-meet - 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. furqanamx/jitsi-laravel-meet

ActiveLibrary[API Development](/categories/api)

furqanamx/jitsi-laravel-meet
============================

Laravel package for Jitsi Meet integration with timer support

v1.0.3(1mo ago)03MITBladePHP ^8.0

Since Apr 15Pushed 1mo agoCompare

[ Source](https://github.com/furqanmax/jitsi-laravel-meet)[ Packagist](https://packagist.org/packages/furqanamx/jitsi-laravel-meet)[ RSS](/packages/furqanamx-jitsi-laravel-meet/feed)WikiDiscussions main Synced 1w ago

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

Jitsi Laravel Meet Package
==========================

[](#jitsi-laravel-meet-package)

Laravel package for Jitsi Meet integration with real-time server-side timer control.

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

[](#requirements)

- PHP 8.1+
- Laravel 9.0, 10.0, 11.0, 12.0, or 13.0

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

[](#installation)

### 1. Require the Package

[](#1-require-the-package)

```
composer require furqan/jitsi-laravel-meet
```

The package will auto-discover and register the service provider.

### 2. Publish Configuration (Optional)

[](#2-publish-configuration-optional)

```
php artisan vendor:publish --tag=jitsi-config
php artisan vendor:publish --tag=jitsi-views
```

This publishes:

- `config/jitsi.php` - Package configuration
- `resources/views/vendor/jitsi/embed.blade.php` - View template

### 3. Configure Environment

[](#3-configure-environment)

Add to your `.env` file:

```
JITSI_DOMAIN=meet.eshare.ai
JITSI_REDIRECT_URL=/
```

### Environment Variables

[](#environment-variables)

VariableDefaultDescription`JITSI_URL``meet.eshare.ai`Jitsi server URL`JITSI_REDIRECT_URL``/`Redirect URL after meeting ends`JITSI_WARNING_YELLOW_SECONDS``300`Yellow warning when this many seconds left`JITSI_WARNING_RED_SECONDS``120`Red warning when this many seconds leftUsage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

In your Blade view:

```
@include('vendor.jitsi.embed', [
    'meetingCode' => $meetingCode,
    'userName'    => $userName,
    'startTime'   => $startTime,
    'endTime'     => $endTime,
])
```

example

```
@include('vendor.jitsi.embed', [
    'meetingCode' => 'test-meeting-12345',
    'userName'    => 'John Doe',
    'startTime'   => time(),
    'endTime'     => time() + 1800,
])
```

How It Works
------------

[](#how-it-works)

1. **Server Authority**: All time calculations happen on the server
2. **Authorization**: By default, only the meeting owner can access
3. **Auto Hangup**: When time expires, user is automatically disconnected

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance89

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Total

4

Last Release

55d ago

PHP version history (2 changes)v1.0.0PHP ^8.1

v1.0.3PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7431df46abe12761f06b693d170267105a526f657ab56dddcd650d559550385b?d=identicon)[furqanmax](/maintainers/furqanmax)

---

Top Contributors

[![furqanbiz](https://avatars.githubusercontent.com/u/139744224?v=4)](https://github.com/furqanbiz "furqanbiz (12 commits)")

### Embed Badge

![Health badge](/badges/furqanamx-jitsi-laravel-meet/health.svg)

```
[![Health](https://phpackages.com/badges/furqanamx-jitsi-laravel-meet/health.svg)](https://phpackages.com/packages/furqanamx-jitsi-laravel-meet)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76318.2M110](/packages/laravel-mcp)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59156.3k10](/packages/api-platform-laravel)

PHPackages © 2026

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