PHPackages                             thinkawitch/janus-php-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. thinkawitch/janus-php-api

ActiveLibrary[API Development](/categories/api)

thinkawitch/janus-php-api
=========================

PHP API for Janus gateway

v0.0.1(3y ago)128unlicensePHPPHP &gt;=8.1

Since Feb 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/thinkawitch/janus-php-api)[ Packagist](https://packagist.org/packages/thinkawitch/janus-php-api)[ RSS](/packages/thinkawitch-janus-php-api/feed)WikiDiscussions master Synced 1mo ago

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

janus-php-api
=============

[](#janus-php-api)

Simple PHP wrapper for [Janus gateway](https://github.com/meetecho/janus-gateway) API.

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

[](#requirements)

- PHP 8.1+
- symfony/http-client 6.1+

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

[](#installation)

```
composer require thinkawitch/janus-php-api
```

Limitations
-----------

[](#limitations)

- synchronous requests http only, no websockets, no rabbitmq

Features
--------

[](#features)

- Generic api calls
- Specific calls for textroom, videoroom plugins

Basic usage
-----------

[](#basic-usage)

```
use Thinkawitch\JanusApi\JanusHttpClient;
$janus = new JanusHttpClient($apiUrl, $apiSecret);
$janus->createSession();
$textRoom = $janus->attachToTextRoomPlugin($textRoomAdminKey);
$rooms = $textRoom->getRooms();
$textRoom->detach();
$janus->destroySession();
```

Examples
--------

[](#examples)

See the [`examples` directory](examples/) for more.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1193d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34b5f1a6116f66f700925c7424265d6f2cc9daa7988e1460f16cad162eab7d97?d=identicon)[thinkawitch](/maintainers/thinkawitch)

---

Top Contributors

[![thinkawitch](https://avatars.githubusercontent.com/u/189033?v=4)](https://github.com/thinkawitch "thinkawitch (2 commits)")

---

Tags

apiJanusjanus gateway

### Embed Badge

![Health badge](/badges/thinkawitch-janus-php-api/health.svg)

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

###  Alternatives

[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[pouler/apple-music-api

PHP Wrapper for the Apple Music API

44100.5k](/packages/pouler-apple-music-api)[smnandre/pagespeed-api

PageSpeed Insight PHP Api Client 🚀 Analyse web pages for performances metrics, core web vitals...

1511.5k](/packages/smnandre-pagespeed-api)

PHPackages © 2026

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