2017 © Pedro Peláez
 

library vonage-php-api

PHP API for Vonage Cloud Phone System

image

previewict/vonage-php-api

PHP API for Vonage Cloud Phone System

  • Monday, August 24, 2015
  • by shahariaazam
  • Repository
  • 2 Watchers
  • 2 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 6 Versions
  • 6 % Grown

The README.md

vonage-php-api

Vonage Business Cloud Phone System Integration API in PHP. Integrate vonage cloud phone system with your PHP application, More ROI, Smart CRM, Grow Sales., (*1)

Installation

Install via Composer, (*2)

    sudo composer install

Copy/paste config.sample & rename it to config.php with your Vonage Username & Password., (*3)

Basic Usage

To Make a Call, (*4)

<?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();

See the result as PHP debug format., (*5)

The Versions

24/08 2015

dev-master

9999999-dev https://previewict/vonage-php-api

PHP API for Vonage Cloud Phone System

  Sources   Download

MIT

The Requires

 

cloud crm phone vonage

24/08 2015

2.2

2.2.0.0 https://previewict/vonage-php-api

PHP API for Vonage Cloud Phone System

  Sources   Download

MIT

The Requires

 

cloud crm phone vonage

09/08 2015

2.1

2.1.0.0 https://previewict/vonage-php-api

PHP API for Vonage Cloud Phone System

  Sources   Download

MIT

The Requires

 

cloud crm phone vonage

09/08 2015

2.0

2.0.0.0 https://previewict/vonage-php-api

PHP API for Vonage Cloud Phone System

  Sources   Download

MIT

The Requires

 

cloud crm phone vonage

06/08 2015

v1.1

1.1.0.0 https://previewict/vonage-php-api

PHP API for Vonage Cloud Phone System

  Sources   Download

MIT

The Requires

 

cloud crm phone vonage

25/05 2015

v1.0

1.0.0.0 https://previewict/vonage-php-api

PHP API for Vonage Cloud Phone System

  Sources   Download

MIT

The Requires

 

cloud crm phone vonage