am0nshi/nextel-client

此包的最新版本(1.1.1)没有可用的许可证信息。

Nextel API 客户端

1.1.1 2021-01-07 14:42 UTC

This package is auto-updated.

Last update: 2024-09-07 23:43:54 UTC


README

安装

composer require am0nshi/nextel-client

使用

$client = new Nextel($apiKey); 
$voiceRecordId = $client->uploadVoiceRecord($pathOrBinary);
$client->initiateCall($phone, $voiceRecordId, $meta = null);