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 1mo 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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

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

1836d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39db02a5833e7c97182cf32c3d9d5269386a0d32e394c4bf9d02661a16f16db4?d=identicon)[legolabs](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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