team-reflex/rcon-php
最新稳定版本:v1.0.0
Composer 安装命令:
composer require team-reflex/rcon-php
包简介
CS:GO Rcon client made in PHP.
README 文档
README
CS:GO Rcon client made in PHP.
Usage
<?php use Reflex\Rcon\Rcon; $rcon = new Rcon(':ip_address', :port, ':rcon_password'); $rcon->connect(); // Set the socket timeout if you want to, defaults to 2 seconds. $rcon->setTimeout(:seconds); // Execute a rcon command $rcon->exec('say PHP!');
License
The code in this repository is subject to the MIT license which can be found in the LICENSE file in this repository.
Credits
统计信息
- 总下载量: 2.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-22