PHPackages                             minarikede/wowza - 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. minarikede/wowza

ActiveLibrary[API Development](/categories/api)

minarikede/wowza
================

PHP REST Library for Wowza Streaming Engine

030PHP

Since Mar 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/minarikede/wse-rest-library-php)[ Packagist](https://packagist.org/packages/minarikede/wowza)[ RSS](/packages/minarikede-wowza/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP REST Library for Wowza Streaming Engine
===========================================

[](#php-rest-library-for-wowza-streaming-engine)

Wowza Streaming Engine [media server software](https://www.wowza.com/products/streaming-engine) includes a REST API that you can wrap with a PHP library to configure, manage, and monitor your streaming media server through PHP requests.

Prerequisites
-------------

[](#prerequisites)

Wowza Streaming Engine™ 4.0.0 or later is required.

Usage
-----

[](#usage)

To set up the PHP library to point to your streaming media server, modify the following lines in **include/constants.php**:

```
define("BASE_DIR", dirname(dirname(__FILE__)));
define("WOWZA_HOST","http://localhost:8087/v2");
define("WOWZA_SERVER_INSTANCE", "_defaultServer_");
define("WOWZA_VHOST_INSTANCE", "_defaultVHost_");
define("WOWZA_USERNAME", "admin");
define("WOWZA_PASSWORD", "admin");
```

See several examples of usage in the **tests** folder.

To learn the basics of how to query the Wowza Streaming Engine REST service using PHP, see [How to use PHP to make requests to the Wowza Streaming Engine REST API](https://www.wowza.com/forums/content.php?918-How-to-use-PHP-to-make-requests-to-the-Wowza-Streaming-Engine-REST-API). For examples on how to leverage this PHP library, see [REST API Query Examples (PHP)](https://www.wowza.com/forums/content.php?889-wowza-streaming-engine-rest-api-query-examples-%28php%29).

More resources
--------------

[](#more-resources)

Wowza Media Systems™ provides developers with a platform to create streaming applications and solutions. See [Wowza Developer Tools](https://www.wowza.com/resources/developers) to learn more about our APIs and SDK.

Contact
-------

[](#contact)

[Wowza Media Systems, LLC](https://www.wowza.com/contact)

License
-------

[](#license)

This code is distributed under the [Wowza Public License](https://github.com/WowzaMediaSystems/rest-library-php/blob/master/LICENSE.txt).

[![alt tag](https://camo.githubusercontent.com/9d2157106fce4f437364f97303c181df92556df44bb1a8cb0bfa5a28399991b0/687474703a2f2f776f777a616c6f67732e636f6d2f73746174732f676974687562696d6167652e7068703f706c7567696e3d726573742d6c6962726172792d706870)](https://camo.githubusercontent.com/9d2157106fce4f437364f97303c181df92556df44bb1a8cb0bfa5a28399991b0/687474703a2f2f776f777a616c6f67732e636f6d2f73746174732f676974687562696d6167652e7068703f706c7567696e3d726573742d6c6962726172792d706870)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/597498?v=4)[Csaba Kovács](/maintainers/minarikede)[@minarikede](https://github.com/minarikede)

---

Top Contributors

[![myoung1620](https://avatars.githubusercontent.com/u/10545749?v=4)](https://github.com/myoung1620 "myoung1620 (11 commits)")[![dnelsonwowz](https://avatars.githubusercontent.com/u/9204462?v=4)](https://github.com/dnelsonwowz "dnelsonwowz (4 commits)")

### Embed Badge

![Health badge](/badges/minarikede-wowza/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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