harmoniemedia/simple-laravel-jitsi

Simple Jitsi Integration for Laravel to create Jitsi meetings

dev-master 2022-09-24 20:39 UTC

This package is not auto-updated.

Last update: 2024-05-20 02:36:27 UTC


README

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 phil@harmonie.media 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.