Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message
Bigbluebutton Api Php

Bigbluebutton Api Php Laravel Package

bigbluebutton/bigbluebutton-api-php

Official BigBlueButton API client for PHP (7.4+). Provides an easy, modern way to call BigBlueButton server endpoints, build and send API requests, and integrate meetings and recordings into your PHP apps with documented examples and samples.

View on GitHub
Deep Wiki
Context7

Offical @BigBlueButton PHP API

Frequently asked questions about Bigbluebutton Api Php
How do I install the BigBlueButton PHP API package in Laravel?
Use Composer to install the package with `composer require bigbluebutton/bigbluebutton-api-php`. Then, register the service provider in `config/app.php` under the `providers` array. The package supports Laravel 8+ and PHP 8.0+.
Can this package handle OAuth authentication with BigBlueButton?
Yes, the package supports OAuth authentication. Store your credentials securely in Laravel’s `.env` file and configure the client ID and secret in your Laravel service provider or config file. Follow the package’s wiki for OAuth setup details.
Does this package support webhooks for real-time event handling?
Yes, you can listen to BigBlueButton webhooks using Laravel’s built-in webhook handling (e.g., `HandleIncomingWebhook`) or by creating a custom route. Process webhooks asynchronously using Laravel queues for reliability.
What Laravel versions does this package officially support?
The package is tested and supported on Laravel 8+, which aligns with PHP 8.0+. For older Laravel versions (e.g., 7.x), you may need to adjust dependencies or fork the package, as it assumes modern PHP features.
How do I create a meeting programmatically in Laravel using this SDK?
Use the SDK’s `createMeeting` method after initializing the client with your BBB credentials. Example: `$meeting = BBB::createMeeting(['name' => 'Team Sync', 'attendeePW' => 'password']);`. The response includes the meeting ID and join URL.
Can I use this package to manage recordings (e.g., download or list them)?
Yes, the package provides methods like `listRecordings` and `getRecording` to interact with BBB’s recording API. You can also trigger recording downloads or process them asynchronously using Laravel queues for long-running tasks.
What’s the best way to handle API rate limits in production?
Implement exponential backoff in Laravel’s HTTP client or use queues to retry failed requests. The package works with Guzzle, so you can leverage Guzzle’s middleware for rate limiting or configure Laravel’s `HttpClient` with retry logic.
Is there a recommended way to store meeting metadata in Laravel?
Store meeting IDs, timestamps, and participant data in a Laravel database table (e.g., `meetings`). Use Laravel’s model events or observers to sync state changes between your app and BBB. For example, trigger a `MeetingEnded` event when BBB’s webhook fires.
Does this package support self-hosted BigBlueButton instances?
Yes, the package works with any BigBlueButton server, whether self-hosted or cloud-based (e.g., Blindside Networks). Configure the BBB server URL in your Laravel environment or service provider to point to your instance.
Are there alternatives to this package for Laravel-BBB integration?
While this is the official PHP SDK, you could use Laravel’s HTTP client directly with BBB’s REST API. However, this package abstracts complexity (e.g., OAuth, error handling) and provides Laravel-friendly features like service providers and facades, making it the recommended choice.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky