chillerlan / php-teamspeak
A simple teampseak client module for PHP7+
dev-master
2018-02-01 13:20 UTC
Requires
- php: ^7.0.3
- chillerlan/php-traits: ^1.1
Requires (Dev)
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2021-02-24 23:27:21 UTC
README
A simple TS3 query client for PHP7+.
Documentation
Installation
requires composer
composer.json (note: replace dev-master
with a version boundary)
{ "require": { "php": ">=7.0.3", "chillerlan/php-teamspeak": "dev-master" } }
Manual installation
Download the desired version of the package from master or release and extract the contents to your project folder. After that:
- run
composer install
to install the required dependencies and generate/vendor/autoload.php
. - if you use a custom autoloader, point the namespace
chillerlan\Teamspeak
to the foldersrc
of the package
Profit!
Usage
- @todo