声网php-SDK

v1 2024-11-21 04:39 UTC

This package is not auto-updated.

Last update: 2025-02-05 00:06:00 UTC


README

声网php-SDK

要求

  • composer
  • php >=7.1
  • ext-json >=1.0

安装

$ composer require laoqianjunzi/agora

使用


use agora\Agora;
$config = [
    'debug'  => true,
    'id'     => 'your id',
    'secret' => 'your secret',
];
 AgoraClient::Kicking($config)->rule(['cname' => '房间号']);