PHPackages                             micky5991/laravel-ts3admin - 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. micky5991/laravel-ts3admin

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

micky5991/laravel-ts3admin
==========================

par0noid/ts3admin integration for Laravel 5.5 and higher

1.3.0(6y ago)51952GPL-3.0PHP

Since Jan 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Micky5991/laravel-ts3admin)[ Packagist](https://packagist.org/packages/micky5991/laravel-ts3admin)[ RSS](/packages/micky5991-laravel-ts3admin/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (2)Versions (14)Used By (0)

laravel-ts3admin
================

[](#laravel-ts3admin)

[par0noid's ts3admin.class](https://github.com/par0noid/ts3admin.class) integration for Laravel 5.5 and higher

**INFO:** This package uses a singleton to access a **single** ts3admin.class-object. So you currently **can't access multiple TeamSpeak-3-Servers**!

### Supported Laravel Versions

[](#supported-laravel-versions)

Laravel VersionSupported5.5 - 5.8✔️6.0✔️Installation
------------

[](#installation)

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

```
composer require micky5991/laravel-ts3admin

```

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

[](#configuration)

Copy configuration to config-folder:

```
$ php artisan vendor:publish --provider=Micky5991\laravel_ts3admin\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(\ts3admin $ts) {
    $result = $ts->clientList();
    if($ts->succeeded($result)) {
        $users = $ts->getElement("data", $result);
        dd($users);
    } else {
        return "Connection failed";
    }
});
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

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

Every ~107 days

Recently: every ~234 days

Total

10

Last Release

2491d ago

Major Versions

0.0.4 → 1.0.12017-02-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5092856?v=4)[Francesco Paolocci](/maintainers/Micky5991)[@Micky5991](https://github.com/Micky5991)

---

Top Contributors

[![Micky5991](https://avatars.githubusercontent.com/u/5092856?v=4)](https://github.com/Micky5991 "Micky5991 (19 commits)")[![romanzipp](https://avatars.githubusercontent.com/u/11266773?v=4)](https://github.com/romanzipp "romanzipp (2 commits)")

---

Tags

laravellaravel-5-packageteamspeakts3admints3adminclass

### Embed Badge

![Health badge](/badges/micky5991-laravel-ts3admin/health.svg)

```
[![Health](https://phpackages.com/badges/micky5991-laravel-ts3admin/health.svg)](https://phpackages.com/packages/micky5991-laravel-ts3admin)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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