PHPackages                             remiheens/php-wowza-securetoken - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. remiheens/php-wowza-securetoken

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

remiheens/php-wowza-securetoken
===============================

PHP library for Wowza SecureToken module

0.1.2(8y ago)2153.6k↓37.5%18MITPHPPHP &gt;=5.2.0

Since Feb 9Pushed 2y ago5 watchersCompare

[ Source](https://github.com/remiheens/WowzaSecureToken)[ Packagist](https://packagist.org/packages/remiheens/php-wowza-securetoken)[ RSS](/packages/remiheens-php-wowza-securetoken/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (4)Used By (0)

WowzaSecureToken
================

[](#wowzasecuretoken)

PHP library to create secure token for Wowza server

Installation
------------

[](#installation)

Install with Composer. First, install composer on your server

```
$ curl -s http://getcomposer.org/installer | php

```

Create/Edit your `composer.json` file

```
{
    "require": {
        "remiheens/php-wowza-securetoken" : "0.1.*"
    }
}

```

Install the library

```
$ composer install

```

Add composer Autoloader to your php file

```
require_once __DIR__.'/vendor/autoload.php';
```

Example
-------

[](#example)

```
$wowzaToken = new \remiheens\WowzaSecureToken\WowzaSecureToken('wowzaprefix','mySharedSecret');
$wowzaToken->setClientIP($_SERVER['REMOTE_ADDR']);
$wowzaToken->setURL('rtmp://192.168.1.19:1935/vod/mp4:sample.mp4');
$wowzaToken->setHashMethod(\remiheens\WowzaSecureToken\WowzaSecureToken::SHA256);

$starttime = time();
$endtime = strtotime('+3 HOUR');
$params = array(
    'endtime' => $endtime,
    'starttime' => $starttime,
    'CustomParam1' => 'CustomValue'
);

$wowzaToken->setExtraParams($params);

$hash = $wowzaToken->getHash();

$url = $wowzaToken->getFullURL();
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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

Every ~575 days

Total

3

Last Release

3012d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bc8ca9acdd7f5606091b579de2c6d9cb8a7bc189db7a0574b600135b2cac76a?d=identicon)[remiheens](/maintainers/remiheens)

---

Top Contributors

[![remiheens](https://avatars.githubusercontent.com/u/1227400?v=4)](https://github.com/remiheens "remiheens (4 commits)")[![jbrule](https://avatars.githubusercontent.com/u/765798?v=4)](https://github.com/jbrule "jbrule (1 commits)")[![mehdirajabi59](https://avatars.githubusercontent.com/u/7848036?v=4)](https://github.com/mehdirajabi59 "mehdirajabi59 (1 commits)")[![phiamo](https://avatars.githubusercontent.com/u/207291?v=4)](https://github.com/phiamo "phiamo (1 commits)")

---

Tags

phpwowzasecuretoken

### Embed Badge

![Health badge](/badges/remiheens-php-wowza-securetoken/health.svg)

```
[![Health](https://phpackages.com/badges/remiheens-php-wowza-securetoken/health.svg)](https://phpackages.com/packages/remiheens-php-wowza-securetoken)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21623.4k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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