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

ActiveLibrary[API Development](/categories/api)

vexura/ts3audiobot-api
======================

A full-featured implementation of the MyLoc-Reseller API

1.0.0(3y ago)037GPL-3.0-or-laterPHPPHP &gt;=7.2

Since Mar 7Pushed 3y agoCompare

[ Source](https://github.com/Vexura/ts3audiobot-api)[ Packagist](https://packagist.org/packages/vexura/ts3audiobot-api)[ RSS](/packages/vexura-ts3audiobot-api/feed)WikiDiscussions main Synced 1mo ago

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

TS3AudioBot PHP API Client
==========================

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

This **PHP 7.2+** library allows you to communicate with the VPNResellers-API.

[![Latest Stable Version](https://camo.githubusercontent.com/4caac924163d6729cbdc34af931936a7663c54672f72cc77744da51c7ff65f34/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f747333617564696f626f742d6170692f76)](https://packagist.org/packages/vexura/ts3audiobot-api) [![Total Downloads](https://camo.githubusercontent.com/db4176fdfa4d92f435452b8b3d79e4a1fc61bd7688cd9318c26ce8edfc54ed1f/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f747333617564696f626f742d6170692f646f776e6c6f616473)](https://packagist.org/packages/vexura/ts3audiobot-api) [![Latest Unstable Version](https://camo.githubusercontent.com/5ebc01cc0f4efd57c53e8f1ea276160ac87f3c5f3cab59b31d18059bd49f234c/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f76706e726573656c6c6572732d6170692f762f756e737461626c65)](https://packagist.org/packages/vexura/ts3audiobot-api) [![License](https://camo.githubusercontent.com/cd46f7838e99007a38763e6c8276195bb8f242e37f5c7ec4d7629e7e1313a377/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f747333617564696f626f742d6170692f6c6963656e7365)](https://packagist.org/packages/vexura/vpnresellers-api) [![PHP Version Require](https://camo.githubusercontent.com/752efdd028a4ea7544cb081547b551d8763c0c7ee3f7cc74f34db8d27f2f3f0f/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f747333617564696f626f742d6170692f726571756972652f706870)](https://packagist.org/packages/vexura/ts3audiobot-api)

> You can find the full API documentation [here](https://api.vpnresellers.com/docs/v3_1)!

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

[](#getting-started)

Recommended installation is using **Composer**!

In the root of your project execute the following:

```
$ composer require vexura/ts3audiobot-api
```

Or add this to your `composer.json` file:

```
{
    "require": {
        "vexura/ts3audiobot-api": "^1.0"
    }
}
```

Then perform the installation:

```
$ composer install --no-dev
```

### Examples

[](#examples)

Creating the VPNResellersAPI main object:

```
