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.
Download ts3serverbot/query
More information about ts3serverbot/query
Files in ts3serverbot/query
Package query
Short Description Open-source PHP Query client for TeamSpeak 3 and TeamSpeak 6 over SSH and WebQuery. Developed under TS3ServerBot.com.
License MIT
Homepage https://ts3serverbot.com
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
- High-level PHP API — you do not write ServerQuery command strings
- SSH ServerQuery (port
10022) - WebQuery HTTP/JSON (port
10080) withx-api-key - Catalogs for TeamSpeak 3.13.8 and TeamSpeak 6.0.0-beta12.1
- Offline developer docs (
docs-site/index.html)
Raw/telnet Query (port 10011) is not supported and will not be added. Enable query_protocols=ssh,http on the TeamSpeak server.
Requirements
- PHP 8.1 or newer
- Composer 2
ext-json,ext-curl, andext-openssl- A TeamSpeak 3.13.8 or TeamSpeak 6.0.0-beta12.1 server with SSH and/or WebQuery enabled
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
- Compatibility
- Installation
- First connection
- Contributing
- Security
- Changelog
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:
- Open an issue or start a branch for one focused change.
- Keep credentials out of git, issues, logs, and examples.
- 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
ext-json Version *
ext-curl Version *
ext-openssl Version *
phpseclib/phpseclib Version ^3.0