am0nshi/nextel-client

There is no license information available for the latest version (1.1.1) of this package.

Nextel API client

1.1.1 2021-01-07 14:42 UTC

This package is auto-updated.

Last update: 2024-04-07 22:25:10 UTC


README

Install

composer require am0nshi/nextel-client

Usage:

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