PHPackages                             legolabs/openvidu-php-rest-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. legolabs/openvidu-php-rest-api

ActiveLibrary[API Development](/categories/api)

legolabs/openvidu-php-rest-api
==============================

OpenVidu REST API client

v1.0(5y ago)3801GPL-2.0-onlyPHPPHP &gt;=7.2

Since Apr 29Pushed 4y ago3 watchersCompare

[ Source](https://github.com/legolabs/openvidu-php-rest-api)[ Packagist](https://packagist.org/packages/legolabs/openvidu-php-rest-api)[ RSS](/packages/legolabs-openvidu-php-rest-api/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

openvidu-php-rest-api
=====================

[](#openvidu-php-rest-api)

OpenVidu REST API client written in PHP

**Note**: PHP &gt;= 7.2 required

A simple PHP implementation to send OpenVidu REST API requests
--------------------------------------------------------------

[](#a-simple-php-implementation-to-send-openvidu-rest-api-requests)

OpenVidu [(https://openvidu.io)](https://openvidu.io/) is a powerful open source library for secure real-time video stream management and composition. OpenVidu provides a full REST API, and this project aims to create a simple PHP implementation to call them.

An official complete OpenVidu REST API description can be found here:

### Examples

[](#examples)

This library is very simple to use. You can istantiate an OpenVidu object, a Request object and then send it through the OpenVidu-&gt;send\_request method

```
$ov = new OpenViduClient("https://demos.openvidu.io", "MY_SECRET");
$req = new GetOpenviduConfiguration();
$resp = $ov->send_request($req);

print_r($resp);
```

Inside the sample *example.php* script, you can find some examples on how to open, manage and close new sessions with tokens and much more.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

1881d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34338274?v=4)[Legolabs srl](/maintainers/legolabs)[@legolabs](https://github.com/legolabs)

---

Top Contributors

[![legolabs](https://avatars.githubusercontent.com/u/34338274?v=4)](https://github.com/legolabs "legolabs (8 commits)")[![shin3tky](https://avatars.githubusercontent.com/u/39752561?v=4)](https://github.com/shin3tky "shin3tky (5 commits)")[![blazeag](https://avatars.githubusercontent.com/u/20367026?v=4)](https://github.com/blazeag "blazeag (4 commits)")

### Embed Badge

![Health badge](/badges/legolabs-openvidu-php-rest-api/health.svg)

```
[![Health](https://phpackages.com/badges/legolabs-openvidu-php-rest-api/health.svg)](https://phpackages.com/packages/legolabs-openvidu-php-rest-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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