PHPackages                             sathish/webex - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sathish/webex

ActiveLibrary[API Development](/categories/api)

sathish/webex
=============

PHP package for CISCO webex XML and NBR API's

v0.1.0(8y ago)6139MITPHPPHP &gt;=5.3

Since Oct 5Pushed 6y ago3 watchersCompare

[ Source](https://github.com/rsathishtechit/webex)[ Packagist](https://packagist.org/packages/sathish/webex)[ RSS](/packages/sathish-webex/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (3)Used By (0)

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

[](#php-package-for-webex-nbr-api-xml-api-inprogress)

---

### Installation

[](#installation)

To install this package you will need:

- PHP &gt;= 5.3

Run this command to install via composer

```
composer require sathish/webex:dev-master

```

or edit the `composer.json`

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

```

then run

```
composer install

```

### API Implementation

[](#api-implementation)

Available NBR API MethodsAvailable (in this package)deleteMeetingXMLNodeleteNBRStorageFileNodownloadFileNodownloadNBRStorageFileYesdownloadWAVFileNogetMeetingTicketNogetNBRConfIdListNogetNBRRecordIdListYesgetNBRStorageFileNogetSCXMLNogetStorageAccessTicketYesTo know more about WebEx NBR API

Usage
-----

[](#usage)

```
    use Sathish\Webex\Nbr\WebExNBR;

    $nbr = new WebExNBR('', '', '');
    $nbr->setServiceUrl(''); /** Don't append slash(/) at the end **/
    $nbr->generateTicket();

```

### To download recording (Response will be in multipart format)

[](#to-download-recording-response-will-be-in-multipart-format)

```
    $nbr->downloadRecording('');

```

### Retrieve recording list

[](#retrieve-recording-list)

```
   $nbr->recordingList();

```

### Regenerate ticket after 1 hour

[](#regenerate-ticket-after-1-hour)

```
   $nbr->refreshTicket();

```

Use Riverline\\MultiPartParse package to parse the downloadRecording method response on success. For more info

Note: PRs are welcomed.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3144d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8691c5e9ac11602b304095b847213cab456965e0219b7005056f96116c3d6830?d=identicon)[rsathishtechit](/maintainers/rsathishtechit)

---

Top Contributors

[![rsathishtechit](https://avatars.githubusercontent.com/u/2025211?v=4)](https://github.com/rsathishtechit "rsathishtechit (26 commits)")

---

Tags

nbrpackagephpphp5php7webexwebex-nbr-apiswebex-xml-apis

### Embed Badge

![Health badge](/badges/sathish-webex/health.svg)

```
[![Health](https://phpackages.com/badges/sathish-webex/health.svg)](https://phpackages.com/packages/sathish-webex)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
