PHPackages                             hardwiregaming/ts3-php - 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. hardwiregaming/ts3-php

Abandoned → [lastlifegg/ts3-php](/?search=lastlifegg%2Fts3-php)Library[Utility &amp; Helpers](/categories/utility)

hardwiregaming/ts3-php
======================

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

1.1.23(10y ago)01771[1 issues](https://github.com/hardwiregaming/ts3-php/issues)GPL2PHPPHP &gt;=5.3.3

Since Oct 27Pushed 10y ago4 watchersCompare

[ Source](https://github.com/hardwiregaming/ts3-php)[ Packagist](https://packagist.org/packages/hardwiregaming/ts3-php)[ Docs](https://github.com/fkubis/teamspeak-php-framework)[ RSS](/packages/hardwiregaming-ts3-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

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": {
    "hardwiregaming/teamspeak-php-framework": "~1.1"
},

```

Example:

```
namespace Foo;
use TeamSpeak3\TeamSpeak3;

class TeamSpeak3Adapater
{
    private $ts;
    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

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

3902d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/319b151b6d1af890a1f518d1c1e03dc4583e3b438a916969f89ffe7fe60185bf?d=identicon)[t-richards](/maintainers/t-richards)

---

Top Contributors

[![MatrixCrawler](https://avatars.githubusercontent.com/u/5767285?v=4)](https://github.com/MatrixCrawler "MatrixCrawler (3 commits)")[![arcdigital](https://avatars.githubusercontent.com/u/551002?v=4)](https://github.com/arcdigital "arcdigital (1 commits)")

---

Tags

teamspeak3

### Embed Badge

![Health badge](/badges/hardwiregaming-ts3-php/health.svg)

```
[![Health](https://phpackages.com/badges/hardwiregaming-ts3-php/health.svg)](https://phpackages.com/packages/hardwiregaming-ts3-php)
```

###  Alternatives

[trsteel/ckeditor-bundle

Symfony bundle for easy integration of the CKEditor WYSIWYG

95639.6k9](/packages/trsteel-ckeditor-bundle)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)

PHPackages © 2026

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