PHPackages                             rexlmanu/ts3audiobot - 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. rexlmanu/ts3audiobot

AbandonedArchivedLibrary[API Development](/categories/api)

rexlmanu/ts3audiobot
====================

Api client for the c# project ts3audiobot designed for use in laravel applications

2.1(3y ago)4723MITPHP

Since May 7Pushed 3y agoCompare

[ Source](https://github.com/rexlManu/ts3audiobot)[ Packagist](https://packagist.org/packages/rexlmanu/ts3audiobot)[ Docs](https://github.com/rexlManu/ts3audiobot)[ RSS](/packages/rexlmanu-ts3audiobot/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Laravel Ts3AudioBot Api Client
==============================

[](#laravel-ts3audiobot-api-client)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Latest Version on Packagist](https://camo.githubusercontent.com/33cc52de21475c658c24809e18465df25537f92128e129674546f4ba82d035d3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7265786c4d616e752f747333617564696f626f742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rexlManu/ts3audiobot)[![Total Downloads](https://camo.githubusercontent.com/3678e8d535023d7a6afa4177d44f96d8ad7fc37bb5f5d6ad365c2ab1014c3ee8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7265786c4d616e752f747333617564696f626f742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rexlManu/ts3audiobot)

- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Support](#support)

Introduction
------------

[](#introduction)

Php Api client for the c# musicbot [Ts3AudioBot](https://github.com/Splamy/Ts3AudioBot) for the laravel artisan framework

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

[](#installation)

- Use following command to install:

```
composer require rexlmanu/ts3audiobot
```

Only when for laravel below 5.4:

- Add the service provider to your `providers[]` array in `config/app.php` file like:

```
rexlManu\Ts3AudioBot\Providers\Ts3AudioBotServiceProvider::class
```

- Add the alias to your `aliases[]` array in `config/app.php` file like:

```
'Ts3AudioBot' => rexlManu\Ts3AudioBot\Facades\Ts3AudioBot::class
```

Usage
-----

[](#usage)

Following are some ways through which you can access the ts3audiobot provider:

```
// Import the class namespaces first, before using it directly
use rexlManu\Ts3AudioBot\Facades\Ts3AudioBot;

$instance = Ts3AudioBot::instance('your address', 58913, 'your token', true);

$instance->bot(1)->play(rawurlencode('https://www.youtube.com/watch?v=yHwGIA4VeOc'));

$instance->help();

$instance->systemInfo();
```

Support
-------

[](#support)

This plugin only supports Laravel 5.1 or greater.

- In case of any issues, kindly create one on the [Issues](https://github.com/rexlManu/ts3audiobot/issues) section.
- If you would like to contribute:
    - Fork this repository.
    - Implement your features.
    - Generate pull request.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 62.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 ~90 days

Recently: every ~194 days

Total

11

Last Release

1296d ago

Major Versions

1.8 → 2.02021-05-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/28883fb59ece16de4b012866468fdccea1daf24ef5c4dff930cdbe62bc2f96d4?d=identicon)[rexlManu](/maintainers/rexlManu)

---

Top Contributors

[![rexlManu](https://avatars.githubusercontent.com/u/32296940?v=4)](https://github.com/rexlManu "rexlManu (5 commits)")[![Rene-Roscher](https://avatars.githubusercontent.com/u/43115138?v=4)](https://github.com/Rene-Roscher "Rene-Roscher (2 commits)")[![CookieMC337](https://avatars.githubusercontent.com/u/51511368?v=4)](https://github.com/CookieMC337 "CookieMC337 (1 commits)")

---

Tags

apiclientlaravelphpts3audiobotclientlaravelts3audiobot

### Embed Badge

![Health badge](/badges/rexlmanu-ts3audiobot/health.svg)

```
[![Health](https://phpackages.com/badges/rexlmanu-ts3audiobot/health.svg)](https://phpackages.com/packages/rexlmanu-ts3audiobot)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)

PHPackages © 2026

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