2017 © Pedro Peláez
 

library voice

Voice libraries used by Zimbra Api

image

zimbra-api/voice

Voice libraries used by Zimbra Api

  • Saturday, March 19, 2016
  • by nguyennv
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Zimbra Voice Component

Zimbra Voice provides wrapper for the zimbra voice client., (*1)

Basic usage of zimbra voice client

<?php

// This file is generated by Composer
require_once 'vendor/autoload.php';

$account = new \Zimbra\Struct\AccountSelector(\Zimbra\Enum\AccountBy::NAME(), 'username');
$api = \Zimbra\Voice\VoiceFactory::instance('https://localhost/service/soap');
$api->auth($account, 'password');

From $api object, you can access to all zimbra voice api., (*2)

Installation

This package can be installed easily using Composer <http://getcomposer.org>. Simply add the following to the composer.json file at the root of your project:, (*3)

{
    "require": {
        "zimbra-api/mail": "*"
    }
}

Then install your dependencies using composer.phar install., (*4)

The Versions

19/03 2016

dev-master

9999999-dev https://github.com/zimbra-api

Voice libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api soap voice

19/03 2016

1.0.1

1.0.1.0 https://github.com/zimbra-api

Voice libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api soap voice

04/02 2016

1.0.0

1.0.0.0 https://github.com/zimbra-api

Voice libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api soap voice