hardwiregaming/ts3-php
最新稳定版本:1.1.23
Composer 安装命令:
composer require hardwiregaming/ts3-php
包简介
Clone of TS3 PHP Framework 1.1.23 providing the library as composer project.
关键字:
README 文档
README
Clone of TS3 PHP Framework 1.1.23 providing the library as composer project including namespaces and follow the PSR-4 Standard.
Usage
Install via composer:
"require": {
"hardwiregaming/teamspeak-php-framework": "~1.1"
},
Example:
namespace Foo; use TeamSpeak3\TeamSpeak3; class TeamSpeak3Adapater { private $ts; public __construct() { $this->ts3 = TeamSpeak3::factory("serverquery://username:password@127.0.0.1:10011/?server_port=9987"); } public writeMessage($message) { $this->ts3->message($message); } }
For more information visit the official documentation.
统计信息
- 总下载量: 177
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL2
- 更新时间: 2015-10-27