PHPackages                             meteor-technology/agora-php - 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. meteor-technology/agora-php

ActiveLibrary

meteor-technology/agora-php
===========================

Agora.io Server SDK for PHP

v1.0.1(6y ago)05.0k↓33.3%2MITPHPPHP &gt;=7.1

Since Nov 8Pushed 6y agoCompare

[ Source](https://github.com/meteor-technology/agora-php)[ Packagist](https://packagist.org/packages/meteor-technology/agora-php)[ RSS](/packages/meteor-technology-agora-php/feed)WikiDiscussions master Synced 1w ago

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

agora-php
=========

[](#agora-php)

Agora.io Server SDK for PHP (Unofficial).

This repository is fork from [qbhy/agora](https://github.com/qbhy/agora).

Requirement
-----------

[](#requirement)

- composer
- php &gt;=7.1
- ext-json &gt;=1.0

Install
-------

[](#install)

```
$ composer require meteor-technology/agora-php
```

Usage
-----

[](#usage)

```
require_once 'vendor/autoload.php';

$config = [
    'debug'  => true,
    'id'     => 'your id',
    'secret' => 'your secret',
];

$agora = new \meteorTechnology\AgoraSDK\Agora($config);

var_dump($agora->project->all());
var_dump($agora->usage->get('2019-1-21','2019-1-22',['appid']));
var_dump($agora->kicking_rule->all());
var_dump($agora->token->buildToken('channel','uid'));
```

LICENSE
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

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

2384d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee5fe9f9bd7bbdb538634d55682193d9d8eb05a1e037c2db9825e963ab367395?d=identicon)[yaminoma](/maintainers/yaminoma)

---

Top Contributors

[![qbhy](https://avatars.githubusercontent.com/u/24204533?v=4)](https://github.com/qbhy "qbhy (5 commits)")[![qbhy0715](https://avatars.githubusercontent.com/u/16954340?v=4)](https://github.com/qbhy0715 "qbhy0715 (5 commits)")[![yaminoma](https://avatars.githubusercontent.com/u/15951796?v=4)](https://github.com/yaminoma "yaminoma (4 commits)")

### Embed Badge

![Health badge](/badges/meteor-technology-agora-php/health.svg)

```
[![Health](https://phpackages.com/badges/meteor-technology-agora-php/health.svg)](https://phpackages.com/packages/meteor-technology-agora-php)
```

###  Alternatives

[justmd5/pinduoduo-sdk

拼多多API SDK【拼多多开放平台】.

23514.1k1](/packages/justmd5-pinduoduo-sdk)[96qbhy/tt-microapp

字节跳动小程序sdk

728.9k](/packages/96qbhy-tt-microapp)[96qbhy/baidu-aip

百度 AI 开放平台 php-sdk

633.9k](/packages/96qbhy-baidu-aip)[uduncloud/udun-wallet-sdk

udun-wallet-sdk

152.9k](/packages/uduncloud-udun-wallet-sdk)

PHPackages © 2026

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