PHPackages                             smileythane/laravel-jitsi - 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. [Templating &amp; Views](/categories/templating)
4. /
5. smileythane/laravel-jitsi

ActiveLibrary[Templating &amp; Views](/categories/templating)

smileythane/laravel-jitsi
=========================

A package to generate view of a Jitsi Meet room using Jitsi Meet IFrame API

1.0.3(5y ago)0421MITPHPPHP ^7.1

Since Nov 11Pushed 5y agoCompare

[ Source](https://github.com/SmileyThane/laravel-jitsi)[ Packagist](https://packagist.org/packages/smileythane/laravel-jitsi)[ Docs](https://github.com/smileythane/laravel-jitsi)[ RSS](/packages/smileythane-laravel-jitsi/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Jitsi
=============

[](#laravel-jitsi)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e5e5f874e7e87b025f98f3f689db7a1540205878029013d8a80fce36c21443ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736d696c65797468616e652f6c61726176656c2d6a697473692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smileythane/laravel-jitsi)[![Build Status](https://camo.githubusercontent.com/f3db63c033bf65ad7e07f35a3fc056f65f24d60cfc571556f06ed25e7d76616e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736d696c65797468616e652f6c61726176656c2d6a697473692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/smileythane/laravel-jitsi)[![Total Downloads](https://camo.githubusercontent.com/38fb31702df271fc57d3c32392b949aaedf6a4cd53a7efd11c6d1edf02391e85/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736d696c65797468616e652f6c61726176656c2d6a697473692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smileythane/laravel-jitsi)

A package to generate view of a Jitsi Meet room using Jitsi Meet IFrame API.

Jitsi Meet Prerequisites
------------------------

[](#jitsi-meet-prerequisites)

Your Jitsi Meet host must use the token authentication. Currently this package also require your Jitsi Host to allow anonymous user to join by configuring the anonymousdomain (might change later).

If you are self-hosting your Jitsi Meet instance, here are some article that might help:

- [JWT token authentication Prosody plugin](https://github.com/jitsi/lib-jitsi-meet/blob/master/doc/tokens.md)
- [Rocket Chat part 3: Installing Jitsi with JWT for secure video conferencing](https://medium.com/@szewong/rocket-chat-part-3-installing-jitsi-with-jwt-for-secure-video-conferencing-b6f909e7f92c)
- [Here’s how you should install jitsi-meet-tokens on debian 10 (luajwtjitsi problem)](https://community.jitsi.org/t/heres-how-you-should-install-jitsi-meet-tokens-on-debian-10/59606)
- [Compile your own lua\_cjson](https://community.jitsi.org/t/jwt-token-authentication-broken-on-debian-10-with-openssl-1-1/31027/5)
- [Prosody token + anonymous authentication config](https://github.com/jitsi/jitsi-meet/pull/5025#issuecomment-580013383)

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

[](#installation)

You can install the package via composer:

```
composer require smileythane/laravel-jitsi
```

Add these variables to your .env file

```
# Domain of the jitsi meet instance
JITSI_APP_DOMAIN=
# App id
JITSI_APP_ID=
# Secret key used to generate jwt
JITSI_APP_SECRET=
```

Add the trait `\SmileyThane\LaravelJitsi\Traits\HasJitsiAttributes` to your **User** model.

```
use SmileyThane\LaravelJitsi\Traits\HasJitsiAttributes;
use Illuminate\Notifications\Notifiable;
use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Foundation\Auth\User as Authenticatable;

class User extends Authenticatable
{

    use HasJitsiAttributes;

}
```

Simple Usage
------------

[](#simple-usage)

In your `web.php` route file, call the `jitsi` route macro.

```
Route::jitsi();
```

Then visit `/jitsi/` to join a conference call. Visiting this url when you are authenticated will set your display name, email, avatar and also grant you the moderator role.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~50 days

Total

4

Last Release

1857d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65e00bc1f3ec456f5cb3186b344be53b8e67f20fad6ba92d9c72941c422453df?d=identicon)[smileythane](/maintainers/smileythane)

---

Top Contributors

[![amyisme13](https://avatars.githubusercontent.com/u/24242755?v=4)](https://github.com/amyisme13 "amyisme13 (14 commits)")[![SmileyThane](https://avatars.githubusercontent.com/u/5662239?v=4)](https://github.com/SmileyThane "SmileyThane (14 commits)")

---

Tags

laravel-jitsismileythane

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[livewire/blaze

A tool for optimizing Blade component performance by folding them into parent templates

688221.3k17](/packages/livewire-blaze)[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.

44643.1k1](/packages/pressbooks-pressbooks)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)

PHPackages © 2026

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