PHPackages                             davido/bbb-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. davido/bbb-api

ActiveLibrary[API Development](/categories/api)

davido/bbb-api
==============

This is to integrate bigbluebuton api to laravel

1.0.5(1y ago)01.6kMITPHPPHP ^8.0.2 | ^8.1

Since Aug 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/femz12/bbb-api)[ Packagist](https://packagist.org/packages/davido/bbb-api)[ RSS](/packages/davido-bbb-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (7)Used By (0)

BigBlueButton API integration with laraval
==========================================

[](#bigbluebutton-api-integration-with-laraval)

This is a laravel wrapper for BigBlueButton API

Requirements
------------

[](#requirements)

- Laravel 9.23 or above.

Installation
------------

[](#installation)

Require package in your composer.json and update composer. This downloads the package and the official bigbluebutton php library.

```
composer require davido/bbb-api

```

Usage
-----

[](#usage)

You can define Big blue button secret key and server url in two ways.

1. Define in .env file

`BBB_SECURITY_SALT =bbb_secret_key`
`BBB_SERVER_BASE_URL=https://example.com/bigbluebutton/`

2. Define in config/bbb.php

```
 'BBB_SECURITY_SALT' => 'bbb_secret_key',
 'BBB_SERVER_BASE_URL' => 'https://example.com/bigbluebutton/',

```

3. You can publish the vendor files with

```
php artisan vendor:publish --provider="DavidO\BBBApi\BigbluebuttonProviderService" --tag="config"

```

Note this will create the file bbb.php in the config folder

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~167 days

Recently: every ~209 days

Total

6

Last Release

592d ago

PHP version history (2 changes)1.0.0PHP ^8.0.2

1.0.5PHP ^8.0.2 | ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/42dada44df1854d2e2221d28cda677f8ac5d709f804e7e753b080600fd085b66?d=identicon)[femz12](/maintainers/femz12)

---

Top Contributors

[![femz12](https://avatars.githubusercontent.com/u/16762390?v=4)](https://github.com/femz12 "femz12 (9 commits)")

### Embed Badge

![Health badge](/badges/davido-bbb-api/health.svg)

```
[![Health](https://phpackages.com/badges/davido-bbb-api/health.svg)](https://phpackages.com/packages/davido-bbb-api)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

3.0k37.6M134](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M62](/packages/knuckleswtf-scribe)[binaryk/laravel-restify

Laravel REST API helpers

677415.0k](/packages/binaryk-laravel-restify)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
