2017 © Pedro Peláez
 

library webex

PHP package for CISCO webex XML and NBR API's

image

sathish/webex

PHP package for CISCO webex XML and NBR API's

  • Thursday, October 5, 2017
  • by rsathishtechit
  • Repository
  • 2 Watchers
  • 1 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 12 % Grown

The README.md

# PHP package for WebEx NBR API (XML API inprogress)

Installation

To install this package you will need:, (*1)

  • PHP >= 5.3

Run this command to install via composer, (*2)

composer require sathish/webex:dev-master

or edit the composer.json, (*3)

"require": {
    "sathish/webex": "dev-master"
}

then run, (*4)

composer install

API Implementation

Available NBR API Methods Available (in this package)
deleteMeetingXML No
deleteNBRStorageFile No
downloadFile No
downloadNBRStorageFile Yes
downloadWAVFile No
getMeetingTicket No
getNBRConfIdList No
getNBRRecordIdList Yes
getNBRStorageFile No
getSCXML No
getStorageAccessTicket Yes

To know more about WebEx NBR API https://developer.cisco.com/site/webex-developer/develop-test/nbr-web-services-api/api-functions.gsp, (*5)

Usage

    use Sathish\Webex\Nbr\WebExNBR;

    $nbr = new WebExNBR('<admin username>', '<admin password>', '<site id>');
    $nbr->setServiceUrl('<NBR API URL>'); /** Don't append slash(/) at the end **/
    $nbr->generateTicket();

To download recording (Response will be in multipart format)

    $nbr->downloadRecording('<recoding id>');

Retrieve recording list

   $nbr->recordingList();

Regenerate ticket after 1 hour

   $nbr->refreshTicket();

Use Riverline\MultiPartParse package to parse the downloadRecording method response on success. For more info https://github.com/Riverline/multipart-parser, (*6)

Note: PRs are welcomed., (*7)

The Versions

05/10 2017

dev-master

9999999-dev

PHP package for CISCO webex XML and NBR API's

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Sathishkumar Rakkiasamy

05/10 2017

dev-dev

dev-dev

PHP package for CISCO webex XML and NBR API's

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Sathishkumar Rakkiasamy

05/10 2017

v0.1.0

0.1.0.0

PHP package for CISCO webex XML and NBR API's

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Sathishkumar Rakkiasamy