PHPackages                             esports-academy/teamspeak-bundle - 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. [API Development](/categories/api)
4. /
5. esports-academy/teamspeak-bundle

ActiveSymfony-bundle[API Development](/categories/api)

esports-academy/teamspeak-bundle
================================

teamspeak service to connect to teamspeak-server and convert teamspeak events to symfony events

1.0.2(8y ago)2451MITPHPPHP &gt;=5.6

Since Oct 21Pushed 8y ago2 watchersCompare

[ Source](https://github.com/eSports-Academy/eSATeamSpeakBundle)[ Packagist](https://packagist.org/packages/esports-academy/teamspeak-bundle)[ RSS](/packages/esports-academy-teamspeak-bundle/feed)WikiDiscussions master Synced yesterday

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

ESATeamSpeakBundle
==================

[](#esateamspeakbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/164c75b3ffd1f0ecc5c49ab05c6e1782fa8c71badbab2099f6cade8fa95e498c/68747470733a2f2f706f7365722e707567782e6f72672f6573706f7274732d61636164656d792f7465616d737065616b2d62756e646c652f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/esports-academy/teamspeak-bundle) [![Total Downloads](https://camo.githubusercontent.com/d5b53eef60ad0352e0ae10b03190fc3aac3d08ecb85581fd40091255bd0ea48f/68747470733a2f2f706f7365722e707567782e6f72672f6573706f7274732d61636164656d792f7465616d737065616b2d62756e646c652f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/esports-academy/teamspeak-bundle) [![License](https://camo.githubusercontent.com/38f9702c80686f0708b704f5d0c3ffa8cca20e055b6a532dd02b73e09404f024/68747470733a2f2f706f7365722e707567782e6f72672f6573706f7274732d61636164656d792f7465616d737065616b2d62756e646c652f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/esports-academy/teamspeak-bundle)

This Bundle give you a connection to a TeamSpeak³-Server. It listen add events and triggered listener in your project.

- [Installation](#install)
- [Configuration](#config)
- [Usage](#usage)
- [Roadmap](#roadmap)

Installation
-----------------------------------------------

[](#installation)

Run `composer require esports-academy/backup-bundle` to use ESATeamSpeakBundle in your Project.

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

[](#configuration)

Add to `AppKernel.php`

```
    class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = array(
            new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
            new Symfony\Bundle\SecurityBundle\SecurityBundle(),
            new Symfony\Bundle\TwigBundle\TwigBundle(),
            // ...
            new ESA\TeamSpeakBundle\ESATeamSpeakBundle(),
            // ...

            return $bundles;
        }
        // ...
    }
```

config.yml

```
    esa_team_speak:
        host: ts.es-a.org       // TeamSpeak-IP
        port: 9987              // TeamSpeak-Port
        query_port: 10011       // Serverquery-Port
        username: serverquery   // Serverquery-Username
        password: p4ssw0rd      // Serverquery-Password
        nickname: James         // Nickname
        timeout: 10             // Timeout in Seconds
```

Usage
--------------------------------------

[](#usage)

### Create your method

[](#create-your-method)

AppBundle/TeamSpeakBot/ClientListener.php

```
    class TeamSpeakBot {
        public function onClientEnterView($event) {
            // do stuff
        }
    }
```

### Register your method

[](#register-your-method)

services.yml

```
    services:
        AppBundle\TeamSpeakBot\ClientListener:
            tags:
                - { name: kernel.event_listener, event: teamspeak.client_enter_view, method: onClientEnterView }
```

### Run the bot

[](#run-the-bot)

To run the bot execute `php bin/console teamspeak:bot:run` or `php bin/console teamspeak:bot:start` for background job.

Roadmap
------------------------------------------

[](#roadmap)

Here are some functions we will be include in future.

- adding functions to manipulate the bot outisde of events

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~3 days

Total

3

Last Release

3118d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c3e7c86ec52a3b916d426cfbb0fc34e72a3c835a95dec9e9b562c3c4d45c4291?d=identicon)[Y4roc](/maintainers/Y4roc)

---

Top Contributors

[![y4roc](https://avatars.githubusercontent.com/u/18329992?v=4)](https://github.com/y4roc "y4roc (18 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/esports-academy-teamspeak-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/esports-academy-teamspeak-bundle/health.svg)](https://phpackages.com/packages/esports-academy-teamspeak-bundle)
```

PHPackages © 2026

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