PHPackages                             edoctor/talkmed-meeting-open-sdk - 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. edoctor/talkmed-meeting-open-sdk

ActiveLibrary[API Development](/categories/api)

edoctor/talkmed-meeting-open-sdk
================================

talkMed meeting open api sdk

v1.0.14(1y ago)2852MITPHPPHP &gt;=7.0

Since Jun 9Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/eDoctor/talkmed-meeting-open-sdk)[ Packagist](https://packagist.org/packages/edoctor/talkmed-meeting-open-sdk)[ RSS](/packages/edoctor-talkmed-meeting-open-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (17)Used By (0)

### TalkMed Meeting Open Api Sdk

[](#talkmed-meeting-open-api-sdk)

### 其他版本

[](#其他版本)

- [go sdk](https://github.com/eDoctor/talkmed-meeting-open-sdk-golang)

#### Wiki 地址

[](#wiki-地址)

```
https://wiki.meeting.talkmed.com

```

#### 安装

[](#安装)

```
composer require edoctor/talkmed-meeting-open-sdk

```

#### 使用

[](#使用)

##### 示例

[](#示例)

```
use eDoctor\Meeting\MeetingClient;
use eDoctor\Meeting\Models\Live\LiveRecordRequest;
use PHPUnit\Framework\TestCase;
/**
 * Class LiveTest
 * @package Meeting\Test
 */
class LiveTest extends TestCase
{

    public function testLiveRecordRequest() {

        $client  = (new MeetingClient(self::APP_ID, self::APP_SECRET))->setApiBaseUri('https://devapimeeting.talkmed.com');
        $live = new LiveRecordRequest(1631372727);
        $res = $client->setApiVersion('v1')->request($live);
        $this->assertEquals($res['code'],0);
    }
}

```

##### 客户端

[](#客户端)

```
$client  = (new MeetingClient('app_id', 'app_secret'))->setApiBaseUri('https://devapimeeting.talkmed.com');

```

说明

```
setApiBaseUri()  设置环境域名
setApiVersion()  设置请求接口的版本 可不设置  默认v1接口

```

#### 入参请求

[](#入参请求)

##### 第一种（推荐）

[](#第一种推荐)

```
     $live = new LiveJoinRequest(2089596951);
     $live->setUserId(457);
     $live->setRoomRole(2);
     $live->setRoomPassword('023457');

     //发起请求
     $res = $client->request($live);

```

##### 第二种

[](#第二种)

```
     $options =  array(
       'user_id'       =>  457,
       'room_role'     =>  2,
       'room_password' => '023457'
     );
     $live = new LiveJoinRequest(2089596951);
     $live->setOptions(options);

	 //发起请求
     $res = $client->request($live);

```

### 请求模块说明

[](#请求模块说明)

命名空间方法名前缀说明eDoctor\\Meeting\\Models\\UserUser用户相关接口eDoctor\\Meeting\\Models\\LiveLive会议相关接口eDoctor\\Meeting\\Models\\LiveFlyCheckLiveCheck会议飞检相关接口eDoctor\\Meeting\\Models\\LiveFileFile文件相关接口eDoctor\\Meeting\\Models\\LiveChatLiveChat会议讨论相关接口eDoctor\\Meeting\\Models\\SurveySurvey调研相关eDoctor\\Meeting\\Models\\SurveyQuestionSurveyQuestion调研问题相关eDoctor\\Meeting\\Models\\MenuMenu菜单相关eDoctor\\Meeting\\Models\\FormForm表单相关eDoctor\\Meeting\\Models\\WhiteListWhitelist白名单相关eDoctor\\Meeting\\Models\\Data请求uri最后一个参数数据相关> 说明 :
>
> eDoctor\\Meeting\\Models\\Data 内的方法可依据该例子：Uri 为 v1/open/room/{roomId:\[0-9\]+}/live\_base 该方法为将live\_base 拿出作为请求类 ，为LiveBaseRequest
>
> new LiveJoinRequest(2089596951); //请求参数对象构造函数会初始化请求uri 具体请求方法参照 wiki/Ide 提示

#### 参会跳转地址示例

[](#参会跳转地址示例)

```
use PHPUnit\Framework\TestCase;
use eDoctor\Meeting\Common\Tool;

class CommonTest extends TestCase {

    function testGetAuthorizeUrl(){
       $str = Tool::getAuthorizeUri('https://devmeeting.talkmed.com',self::APP_ID,self::APP_SECRET,'e96a4dba-4eb2-dd1d-7fa3-bdfcd36d98d7','1631372727','2','web','');
  	   print_r($str);
    }
 }

例子:
https://devmeeting.talkmed.com/oauth/authorize?app_id=tk60bd8aefed173&auth_token=e96a4dba-4eb2-dd1d-7fa3-bdfcd36d98d7&timestamp=1623295227&signature=60bfde6b69b7d333892bf05586598235fea6cc96a323a076ea2f8d6a934337c8&platform=web&room_id=1631372727&role=2&channel=&password=

```

- ### [版本更新记录](doc/changelog.md)

    [](#版本更新记录)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance58

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

Every ~75 days

Recently: every ~189 days

Total

16

Last Release

715d ago

Major Versions

v1.0.11 → 2.0.x-dev2022-08-23

PHP version history (2 changes)v1.0.0PHP &gt;=7.0

2.0.x-devPHP ^7.2.5 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/336440?v=4)[Ray](/maintainers/RayGyoe)[@RayGyoe](https://github.com/RayGyoe)

---

Top Contributors

[![yuzihui](https://avatars.githubusercontent.com/u/18376231?v=4)](https://github.com/yuzihui "yuzihui (24 commits)")[![huxiuhang](https://avatars.githubusercontent.com/u/30038874?v=4)](https://github.com/huxiuhang "huxiuhang (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/edoctor-talkmed-meeting-open-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/edoctor-talkmed-meeting-open-sdk/health.svg)](https://phpackages.com/packages/edoctor-talkmed-meeting-open-sdk)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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