am0nshi/nextel-client

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

Nextel API client

Installs: 284

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/am0nshi/nextel-client

1.1.1 2021-01-07 14:42 UTC

This package is auto-updated.

Last update: 2025-10-08 02:23:19 UTC


README

Install

composer require am0nshi/nextel-client

Usage:

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