PHPackages                             bbbondemand/bbb-vm-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bbbondemand/bbb-vm-php

ActiveProject[Utility &amp; Helpers](/categories/utility)

bbbondemand/bbb-vm-php
======================

BBB On Demand VM library for PHP

301[2 issues](https://github.com/bbbondemand/bbb-vm-php/issues)PHP

Since Dec 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bbbondemand/bbb-vm-php)[ Packagist](https://packagist.org/packages/bbbondemand/bbb-vm-php)[ RSS](/packages/bbbondemand-bbb-vm-php/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

BBB On Demand VM library for PHP
================================

[](#bbb-on-demand-vm-library-for-php)

This library is an official client to interact with instances via REST API managed by the [BBB On Demand](https://bbbondemand.com) - a service, which provides BigBlueButton meetings and instances on demand at cloud scale. The service provides everything for customers to run BigBlueButton meetings in a cloud without worrying about an infrastructure.

The library allows to:

- manage instances running BigBlueButton
- get details about meetings
- manage recordings and more.

Usage of the library
--------------------

[](#usage-of-the-library)

1. Ensure that you have [composer](https://getcomposer.org/doc/00-intro.md) installed.
2. Add to you composer.json file:

```
{
    "repositories": [
        {
            "url": "https://github.com/bbbondemand/bbb-vm-php",
            "type": "git"
        }
    ],
    "require": {
        "bbbondemand/bbb-vm-php": "dev-main"
    }
}
```

3. Install the library and its dependencies by running:

```
composer install --no-dev
```

4. To interact with the service [register on the BBBOnDemand](https://bbbondemand.com/register) and get the following credentials:

- Customer Account ID
- APITOKEN for the For On Demand Instances.

5. Run the code sample using the credentials above:

```
