Skip to content

Releases: previewict/vonage-php-api

2.2

24 Aug 12:08

Choose a tag to compare

Cooking encapsulating and injecting the raw cookie object via our enc…

2.1

08 Aug 22:22

Choose a tag to compare

2.1
Readme file updated

More simplified Vonage API call

08 Aug 22:21

Choose a tag to compare

<?php
require "vendor/autoload.php";
require "config.php";

$vonage = new \Vonage\Vonage('vonageUsername', 'VonagePassword');
$params = array(
    'start' => date('Y-m-d\TH:i:sP')
);
var_dump($vonage->request('callhistory/{VonageExtensionNumber}', $params)); die();

v1.1

06 Aug 12:17

Choose a tag to compare

Update composer.json

v1.0

06 Aug 12:14

Choose a tag to compare

Composer updated