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 2d 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 54% 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://www.gravatar.com/avatar/6d588e5d1495a3a4ae0b74d2247057ce1fa996c44141ce743905a5397fe8d07a?d=identicon)[fkubis](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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