定制 forge-media/forgetsm-php-framework 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

forge-media/forgetsm-php-framework

Composer 安装命令:

composer require forge-media/forgetsm-php-framework

包简介

Clone of TS3 ADMIN PHP Framework 0.8.0.0 providing the library as composer project.

README 文档

README

Build Status Latest Stable Version License

Clone of TS3 ADMIN PHP Framework 0.8.0.0 providing the library as composer project.

Usage

Install via composer:

"require": {
    "forge-media/forgetsm-php-framework": "dev-master"
},

Skip the required_once part of official documentation and replace it with use API\TeamSpeak3 statement.

Examples:

$ts3_ip = '127.0.0.1';
$ts3_queryport = 10011;
$ts3_port = 9987;

require("../vendor/autoload.php");

#build a new ts3admin object
$tsAdmin = new ts3admin($ts3_ip, $ts3_queryport);

if($tsAdmin->getElement('success', $tsAdmin->connect())) {
	#select teamspeakserver
	$tsAdmin->selectServer($ts3_port);

	}
}else{
	echo 'Connection could not be established.';
}

For more information visit the official documentation.

统计信息

  • 总下载量: 53
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL2
  • 更新时间: 2016-01-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固