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 today

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 21% 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

1239d 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

4072.9M25](/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.

46688.8k5](/packages/deepseek-php-deepseek-php-client)[storyblok/php-management-api-client

Storyblok PHP Client for Management API

1233.5k3](/packages/storyblok-php-management-api-client)

PHPackages © 2026

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