PHPackages                             buse974/zopentok - 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. buse974/zopentok

ActiveLibrary[API Development](/categories/api)

buse974/zopentok
================

Zend Module for OpenTok

v0.1(11y ago)03.2k1MITPHPPHP &gt;=5.4

Since Oct 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/buse974/ZOpenTok)[ Packagist](https://packagist.org/packages/buse974/zopentok)[ Docs](https://github.com/buse974/ZOpenTok)[ RSS](/packages/buse974-zopentok/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ZOpenTok
========

[](#zopentok)

Zend Module for OpenTok

Install
=======

[](#install)

\###Params###

```
array(
        'zopentok-conf' => array(
           /**
        	* api key opentok
        	*/
        	'api_key'     =>  'xxxxxxxx',

           /**
        	* api secret opentok
        	*/
        	'api_secret'  =>  'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
        	'expire_time' => ,
           /**
        	* Adapter Http Client
        	*
        	*/
        	'adapter'     => 'http-adapter',
        ),
        'http-adapter' => array(
		    'adapter'    => 'Zend\Http\Client\Adapter\Proxy',
		    'proxy_host' => 'proxy.name.com',
		    'proxy_port' =>  8000,
		    'proxy_user' => 'buse974',
		    'proxy_pass' => 'zopentok'
))
```

```
Add this configuration in ./config/autoload directory from your project.

```

Samples
=======

[](#samples)

```
$m_zopentok = $this->container->get('opentok.service');
$session = $m_zopentok->createSession();
$token = $m_zopentok->createToken();
$session_id = $m_zopentok->getSessionId();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

4239d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97b146f242c1fe7461c308ce7692c619ef1f05c808f007e61ea4ddfeec7c50e8?d=identicon)[buse974](/maintainers/buse974)

### Embed Badge

![Health badge](/badges/buse974-zopentok/health.svg)

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/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/common-protos

Google API Common Protos for PHP

173103.7M49](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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