Simple Jitsi Integration for Laravel to create Jitsi meetings
harmoniemedia/simple-laravel-jitsi is a Laravel package for simple jitsi integration for laravel to create jitsi meetings.
It currently has 1 GitHub stars and 1.671 downloads on Packagist.
Install it with composer require harmoniemedia/simple-laravel-jitsi.
Discover more Laravel packages by harmoniemedia
or browse all Laravel packages to compare alternatives.
Last updated
Simple Jitsi Integration for Laravel to create Jitsi meetings
You can install the package via composer:
composer require harmoniemedia/simple-laravel-jitsi
$meeting_room_url = (new SimpleLaravelJitsi)->create_meeting_room_url();
If you want to publish the packages configuration, run:
php artisan vendor:publish --provider="Harmoniemedia\SimpleLaravelJitsi\SimpleLaravelJitsiServiceProvider"
Not yet implemented.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.