bluesignal / truemeeting-api
The official PHP Client of TrueMeeting
Installs: 7 572
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.1
- ext-json: *
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2024-11-18 14:01:17 UTC
README
TrueMeeting PHP API
TrueMeeting makes it easy to create video conference calls. This repository contains the php client api to easily integrate TrueMeeting into your product.
Install with composer
The php api client of TrueMeeting can be easily installed with the help of Composer.
composer require bluesignal/truemeeting-api
Getting started
The use of the api requires you to have an api key. Just contact support to request your own.
Creating your first conference room
$client = new TrueMeetingClient('token'); $room = $client->createRoom('Demo', 'Welcome to the demo room');
Documentation
The full documentation can be found at the link below.
License
The TrueMeeting Api client is released under the MIT license, for more details see the LICENSE file.
TrueMeeting is a product of BlueSignal