PHPackages                             nick-strohm/laravel-ts3-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. nick-strohm/laravel-ts3-php-framework

ActiveLibrary[Framework](/categories/framework)

nick-strohm/laravel-ts3-php-framework
=====================================

planetteamspeak/ts3-php-framework integration for Laravel 9.0 and higher

1.0(3y ago)08GPL-3.0-onlyPHP

Since May 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nick-strohm/laravel-ts3-php-framework)[ Packagist](https://packagist.org/packages/nick-strohm/laravel-ts3-php-framework)[ RSS](/packages/nick-strohm-laravel-ts3-php-framework/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

laravel-ts3-php-framework
=========================

[](#laravel-ts3-php-framework)

[planetteamspeak/ts3-php-framework](https://github.com/planetteamspeak/ts3phpframework) integration for Laravel 9.0 and higher

**INFO:** This package uses a singleton to access a **single** `TeamSpeak3_Adapter_Abstract|TeamSpeak3_Node_Server`.class-object. So you currently **can't access multiple TeamSpeak3 servers**!

Supported Laravel Versions
--------------------------

[](#supported-laravel-versions)

Laravel VersionSupported9.0✔️Installation
------------

[](#installation)

This package will be autodiscovered, so no further setup is needed.

```
composer require nick-strohm/laravel-ts3-php-framework

```

Configuration
-------------

[](#configuration)

Copy configuration to config folder:

```
$ php artisan vendor:publish --provider=NickStrohm\laravel_ts3_php_framework\Providers\TeamspeakServiceProvider
```

Add environmental variables to your `.env`

```
TS_SERVER_HOST=127.0.0.1
TS_SERVER_PORT=9987
TS_SERVER_TIMEOUT=2
TS_QUERY_PORT=10011
TS_QUERY_USERNAME=serveradmin
TS_QUERY_PASSWORD=supersecretpassword

```

After completing all steps from above you should have a configuration file under: `config/teamspeak.php`. There you can configure some other aspects like the name of the ServerQuery.

Example
-------

[](#example)

An example for a controller to the `/clients` endpoint that lists all connected clients.

```
Route::get('/users', function (\TeamSpeak3_Node_Server $ts) {
    $result = $ts->clientList();
    dd($result);
});
```

Credits
-------

[](#credits)

Based on [Micky5991's library](https://github.com/Micky5991/laravel-ts3admin) which integrates [par0noid's ts3admin.class](https://github.com/par0noid/ts3admin.class) library

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

1439d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2a138acd5389e93815012e601364d01da9bee0dc3469d28a5d7709be4a32c28?d=identicon)[nick-strohm](/maintainers/nick-strohm)

---

Top Contributors

[![nick-strohm](https://avatars.githubusercontent.com/u/10092376?v=4)](https://github.com/nick-strohm "nick-strohm (2 commits)")

### Embed Badge

![Health badge](/badges/nick-strohm-laravel-ts3-php-framework/health.svg)

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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