PHPackages                             websquids/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. [API Development](/categories/api)
4. /
5. websquids/agora-php

ActiveLibrary[API Development](/categories/api)

websquids/agora-php
===================

Agora.io Server SDK for PHP

v1.0.1(6y ago)03MITPHPPHP &gt;=7.1

Since Nov 8Pushed 4y agoCompare

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

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

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

[](#agora-php)

Agora.io Server SDK for PHP (Unofficial).

This repository is fork from [meteor-technology/agora-php](https://github.com/meteor-technology/agora-php).

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

[](#requirement)

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

Install
-------

[](#install)

```
$ composer require websquids/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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

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

2381d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fe3a60b1e90b630772a915ac9e56cb31e857faef47dd574930123d9f65e3bc6?d=identicon)[elghazaly](/maintainers/elghazaly)

---

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)")[![elghazaly](https://avatars.githubusercontent.com/u/8157627?v=4)](https://github.com/elghazaly "elghazaly (2 commits)")

### Embed Badge

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

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

###  Alternatives

[justmd5/pinduoduo-sdk

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

23514.1k1](/packages/justmd5-pinduoduo-sdk)

PHPackages © 2026

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