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 3y 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 2w 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

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

1284d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/189033?v=4)[Andrew](/maintainers/thinkawitch)[@thinkawitch](https://github.com/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

4163.2M27](/packages/temporal-sdk)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10250.3k6](/packages/bitrix24-b24phpsdk)[smnandre/pagespeed-api

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

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

PHPackages © 2026

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