LaravelPackages.net
Acme Inc.
Toggle sidebar
harmoniemedia/simple-laravel-jitsi

Simple Jitsi Integration for Laravel to create Jitsi meetings

1.671
1
About harmoniemedia/simple-laravel-jitsi

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

Very short description of the package

Latest Version on Packagist Total Downloads

Simple Jitsi Integration for Laravel to create Jitsi meetings

Installation

You can install the package via composer:

composer require harmoniemedia/simple-laravel-jitsi

Usage

$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"

Testing

Not yet implemented.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

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

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

Comments