PHPackages                             mskarbek48/teamspeakframework - 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. mskarbek48/teamspeakframework

ActiveLibrary

mskarbek48/teamspeakframework
=============================

TeamSpeak framework to manage TeamSpeak 3/5 servers.

05PHP

Since Jul 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mskarbek48/teamspeakframework)[ Packagist](https://packagist.org/packages/mskarbek48/teamspeakframework)[ RSS](/packages/mskarbek48-teamspeakframework/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TeamSpeak PHP Framework
=======================

[](#teamspeak-php-framework)

This is a **PHP framework** for web and console applications that interact with the TeamSpeak 3 server query interface.

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

[](#installation)

- Install the package via composer:

```
composer require mskarbek48/teamspeakframework
```

Features
--------

[](#features)

- Access to all TeamSpeak 3 and TeamSpeak 5 server query commands.
- Event handling for default TeamSpeak "notifyevents" and custom events from logs.
- Compatibility with TeamSpeak 3 and TeamSpeak 5 servers.
- Compatibility with PHP 8.3 and higher.

Tests
-----

[](#tests)

- To run the tests, you need to install the package via composer and run the following command:

```
php vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

- Connecting to TeamSpeak ServerQuery interface:

```
