PHPackages                             fkubis/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. fkubis/teamspeak-php-framework

ActiveLibrary[Framework](/categories/framework)

fkubis/teamspeak-php-framework
==============================

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

173.0k4[1 issues](https://github.com/fkubis/teamspeak-php-framework/issues)1PHP

Since Apr 25Pushed 9y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (1)

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

[](#introduction)

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

Usage
=====

[](#usage)

Install via composer:

```
"require": {
    "fkubis/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

28

—

LowBetter than 52% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1895796?v=4)[Frank](/maintainers/fkubis)[@fkubis](https://github.com/fkubis)

---

Top Contributors

[![fkubis](https://avatars.githubusercontent.com/u/1895796?v=4)](https://github.com/fkubis "fkubis (32 commits)")[![JABirchall](https://avatars.githubusercontent.com/u/3427459?v=4)](https://github.com/JABirchall "JABirchall (6 commits)")[![dann95](https://avatars.githubusercontent.com/u/9970959?v=4)](https://github.com/dann95 "dann95 (3 commits)")[![julienBouysset](https://avatars.githubusercontent.com/u/11409590?v=4)](https://github.com/julienBouysset "julienBouysset (2 commits)")[![szymonskirgajllo](https://avatars.githubusercontent.com/u/7020721?v=4)](https://github.com/szymonskirgajllo "szymonskirgajllo (1 commits)")[![defaye](https://avatars.githubusercontent.com/u/1431026?v=4)](https://github.com/defaye "defaye (1 commits)")[![N3XT0R](https://avatars.githubusercontent.com/u/1297846?v=4)](https://github.com/N3XT0R "N3XT0R (1 commits)")[![albertmoravec](https://avatars.githubusercontent.com/u/7580983?v=4)](https://github.com/albertmoravec "albertmoravec (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/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)
