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

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

klongchu/laravel-jitsi
======================

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

1.0.2(2y ago)09MITPHPPHP ^7|^8

Since Dec 26Pushed 2y agoCompare

[ Source](https://github.com/klongchu/laravel-jitsi)[ Packagist](https://packagist.org/packages/klongchu/laravel-jitsi)[ Docs](https://github.com/klongchu/laravel-jitsi)[ RSS](/packages/klongchu-laravel-jitsi/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

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

[](#laravel-jitsi)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5c4720b45b50b3fd9aac92a4ff4d3668643ff8c7a9c660335b87418059558226/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6c6f6e676368752f6c61726176656c2d6a697473692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/klongchu/laravel-jitsi)[![Build Status](https://camo.githubusercontent.com/e6535c9fc39ca68d3ed7cde0faf5e74345886124818fe72a46abff1a0c5a0010/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6b6c6f6e676368752f6c61726176656c2d6a697473692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/klongchu/laravel-jitsi)[![Total Downloads](https://camo.githubusercontent.com/74bbfc26e2bc72fad691a6e4fca4e9148d054864d684e41b1f164c8b5902843f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6c6f6e676368752f6c61726176656c2d6a697473692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/klongchu/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 klongchu/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 `\Klongchu\LaravelJitsi\Traits\HasJitsiAttributes` to your **User** model.

```
use Klongchu\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.

TODO: More Usage
----------------

[](#todo-more-usage)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Azmi Makarima](https://github.com/klongchu)
- [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

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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

3

Last Release

919d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6489801?v=4)[Klongchu Dev BUDHOSP](/maintainers/klongchu)[@klongchu](https://github.com/klongchu)

---

Top Contributors

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

---

Tags

klongchularavel-jitsi

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

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

5.7k108.5M883](/packages/laravel-socialite)[google/auth

Google Auth Library for PHP

1.4k294.2M217](/packages/google-auth)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k42](/packages/civicrm-civicrm-core)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)

PHPackages © 2026

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