epictest / mango-vpbx

Mango Office VPBX Api 的库

v0.1.4 2021-09-22 16:23 UTC

This package is auto-updated.

Last update: 2024-09-22 23:25:07 UTC


README

PHP (>8.0) 用于 Mango Office VPBX Api 的库

composer require epictest/mango-vpbx

MangoOffice\Call

初始化

use Epictest\MangoVpbx\MangoOffice\Call as MangoCall;

$mangoVpbx = new MangoCall($apiKey, $apiSalt);

方法

sendCall (开始通话)

$response = $this->mangoVpbx->sendCall(to: "79991113366", from: "111");