PHPackages                             imnpc/duobeiyun - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. imnpc/duobeiyun

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

imnpc/duobeiyun
===============

duobeiyun php sdk

1.0.0(6y ago)110MITPHPPHP &gt;=5.6

Since Jul 11Pushed 6y agoCompare

[ Source](https://github.com/imnpc/duobeiyun)[ Packagist](https://packagist.org/packages/imnpc/duobeiyun)[ Docs](https://github.com/imnpc/)[ RSS](/packages/imnpc-duobeiyun/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Duobeiyun
=========

[](#duobeiyun)

基于 [多贝云](http://docs.duobeiyun.com/download/) 官方SDK,当前版本基于 duobeiyun\_php\_sdk\_20180606。

安装
--

[](#安装)

使用 Composer 安装:

```
composer require "imnpc/duobeiyun"

```

使用
--

[](#使用)

```
use Imnpc\Duobeiyun\DuobeiyunApi;

$partnerId ="xxxx";
$appKey="xxxx";
$serverAddress = "https://api.duobeiyun.net";//官方目前拥有 api.duobeiyun.com  api.duobeiyun.net 2个接口  默认com的可不传递本参数

$client = new DuobeiyunApi($partnerId,$appKey,$serverAddress);
echo $client->createRoom(
    "测试多贝云",                  // title
    strtotime("2019/7/11 10:40"),   // startTime
    1,                              // duration
    DuobeiyunApi::$ROOM_HAS_VIDEO,  // video
    DuobeiyunApi::$ROOM_TYPE_1vN    // roomType
  );
```

接口参考
----

[](#接口参考)

- [官方PHP-SDK](http://docs.duobeiyun.com/php)

License
=======

[](#license)

MIT

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

2500d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f149dfb0fcbc9e73b835450b3b2bd4e1b732e0d2113f519705b22f95913acae?d=identicon)[imnpc](/maintainers/imnpc)

---

Top Contributors

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

---

Tags

duobeiyun

### Embed Badge

![Health badge](/badges/imnpc-duobeiyun/health.svg)

```
[![Health](https://phpackages.com/badges/imnpc-duobeiyun/health.svg)](https://phpackages.com/packages/imnpc-duobeiyun)
```

###  Alternatives

[phannaly/php-datetime-khmer

The PHP library for convert datetime to Khmer

1510.3k](/packages/phannaly-php-datetime-khmer)[moosend/website-tracking

By installing the Moosend PHP Tracking library you are can track page views, product views, add to cart events and successful purchases. You can later use these details to segment your user base, run automations, check how successful your latest promo has been and how many conversions your landing page has led to.

1020.9k1](/packages/moosend-website-tracking)

PHPackages © 2026

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