PHPackages                             hellbz/teamspeak-php-framework - 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. [Framework](/categories/framework)
4. /
5. hellbz/teamspeak-php-framework

ActiveLibrary[Framework](/categories/framework)

hellbz/teamspeak-php-framework
==============================

Clone of TS3 PHP Framework 1.1.34 providing the library as composer project.

1.1.35(5y ago)09MITPHPPHP &gt;=5.3.3

Since Sep 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/HellBz/teamspeak-php-framework)[ Packagist](https://packagist.org/packages/hellbz/teamspeak-php-framework)[ Docs](https://github.com/HellBz/teamspeak-php-framework)[ RSS](/packages/hellbz-teamspeak-php-framework/feed)WikiDiscussions master Synced 3w ago

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

Introduction
============

[](#introduction)

Clone of [TS3 PHP Framework 1.1.35](https://www.planetteamspeak.com/) providing the library as composer project including namespaces and follow the PSR-4 Standard.

Based on Framework from FKUBIS ()

Usage
=====

[](#usage)

Install via composer:

```
"require": {
    "hellbz/teamspeak-php-framework": "dev-master"
},

```

Skipp the required\_once part of official documentation and replace it with use TeamSpeak3\\TeamSpeak3 statement.

Examples:

```
namespace Foo;
use TeamSpeak3\TeamSpeak3;

class TeamSpeak3Adapater
{
    private $ts3;
    public __construct()
    {
        $this->ts3 = TeamSpeak3::factory("serverquery://username:password@127.0.0.1:10011/?server_port=9987");
    }

    public writeMessage($message)
    {
        $this->ts3->message($message);
    }
}
```

For more information visit the [official documentation](https://docs.planetteamspeak.com/ts3/php/framework/).

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

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

Unknown

Total

1

Last Release

2128d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a4800bcf9e577d0f61e3bd967e2ba55e4485755d62f131d81476d410abdfd33?d=identicon)[HellBz](/maintainers/HellBz)

---

Top Contributors

[![arma3-exile](https://avatars.githubusercontent.com/u/90193877?v=4)](https://github.com/arma3-exile "arma3-exile (8 commits)")[![HellBz](https://avatars.githubusercontent.com/u/515253?v=4)](https://github.com/HellBz "HellBz (6 commits)")

---

Tags

teamspeak3

### Embed Badge

![Health badge](/badges/hellbz-teamspeak-php-framework/health.svg)

```
[![Health](https://phpackages.com/badges/hellbz-teamspeak-php-framework/health.svg)](https://phpackages.com/packages/hellbz-teamspeak-php-framework)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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