承接 furqan/jitsi-laravel-meet 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

furqan/jitsi-laravel-meet

最新稳定版本:v1.0.3

Composer 安装命令:

composer require furqan/jitsi-laravel-meet

包简介

Laravel package for Jitsi Meet integration with timer support

README 文档

README

Laravel package for Jitsi Meet integration with real-time server-side timer control.

Requirements

  • PHP 8.1+
  • Laravel 9.0, 10.0, 11.0, 12.0, or 13.0

Installation

1. Require the Package

composer require furqan/jitsi-laravel-meet

The package will auto-discover and register the service provider.

2. Publish Configuration (Optional)

php artisan vendor:publish --tag=jitsi-config
php artisan vendor:publish --tag=jitsi-views

This publishes:

  • config/jitsi.php - Package configuration
  • resources/views/vendor/jitsi/embed.blade.php - View template

3. Configure Environment

Add to your .env file:

JITSI_DOMAIN=meet.eshare.ai
JITSI_REDIRECT_URL=/

Environment Variables

Variable Default Description
JITSI_URL meet.eshare.ai Jitsi server URL
JITSI_REDIRECT_URL / Redirect URL after meeting ends
JITSI_WARNING_YELLOW_SECONDS 300 Yellow warning when this many seconds left
JITSI_WARNING_RED_SECONDS 120 Red warning when this many seconds left

Usage

Basic Usage

In your Blade view:

@include('vendor.jitsi.embed', [
    'meetingCode' => $meetingCode,
    'userName'    => $userName,
    'startTime'   => $startTime,
    'endTime'     => $endTime,
])

example

@include('vendor.jitsi.embed', [
    'meetingCode' => 'test-meeting-12345',
    'userName'    => 'John Doe',
    'startTime'   => time(),
    'endTime'     => time() + 1800,
])

How It Works

  1. Server Authority: All time calculations happen on the server
  2. Authorization: By default, only the meeting owner can access
  3. Auto Hangup: When time expires, user is automatically disconnected

统计信息

  • 总下载量: 12
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-04-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固