Download the PHP package ts3serverbot/query without Composer

On this page you can find all versions of the php package ts3serverbot/query. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package query

TS3ServerBot Query

PHP Query client for TeamSpeak 3 and TeamSpeak 6 over SSH and WebQuery.

Composer: ts3serverbot/query. Built under TS3ServerBot.com and released as MIT so other PHP projects can share one client.

Supported servers: TeamSpeak 3.13.8 and TeamSpeak 6.0.0-beta12.1. This package does not include TeamSpeak server binaries.

Features

Raw/telnet Query (port 10011) is not supported and will not be added. Enable query_protocols=ssh,http on the TeamSpeak server.

Requirements

Install

Prefer keeping secrets in .env in this directory. Copy .env.example to .env, then pass values into ClientConfig (for example getenv('TS_API_KEY')). Never commit .env.

Quick start

For TeamSpeak 6.0.0-beta12.1, add serverFamily: ServerFamily::TeamSpeak6. High-level methods stay the same.

SSH uses the Query username and password for the handshake. That is login; do not call $client->login() unless you switch identity.

Never commit real API keys or Query passwords.

Documentation

Open docs-site/index.html in a browser (no PHP server required). After changing guides or PHPDoc:

Optional live server:

Then open http://localhost:8000.

Contributors

You do not need to work at TS3ServerBot to help. This client exists so more PHP TeamSpeak 3 and TeamSpeak 6 projects can start from the same Query layer.

Docs, tests, bug reports, examples, and pull requests are all useful. Read CONTRIBUTING.md for the full rules, then:

  1. Open an issue or start a branch for one focused change.
  2. Keep credentials out of git, issues, logs, and examples.
  3. Run the checks below before you open a pull request.

Include the TeamSpeak server version (3.13.8 or 6.0.0-beta12.1), PHP version, transport (SSH or WebQuery), and a redacted error.

Security

Do not file public issues for vulnerabilities that include credentials or exploit details. See SECURITY.md.

License

This project is open source under the MIT License.

Copyright (c) 2026 TS3ServerBot.com


All versions of query with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-json Version *
ext-curl Version *
ext-openssl Version *
phpseclib/phpseclib Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ts3serverbot/query contains the following files

Loading the files please wait ...