user890104/rcon-client
Composer 安装命令:
composer require user890104/rcon-client
包简介
GoldSrc RCON client written in PHP
README 文档
README
GoldSrc RCON client written in PHP
Usage
<?php
require __DIR__ . '/vendor/autoload.php';
use User890104\RconClient;
$rcon = new RconClient('example.com', '123456');
// using the text protocol
echo $rcon->exec('stats');
// using the binary protocol
var_dump($rcon->getInfo());
统计信息
- 总下载量: 54
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-12