Skip to content

Permite enviar comandos rcon para servidores de cs 1.6 via web.

Notifications You must be signed in to change notification settings

wilianmaique/cstrike-rcon-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCON CLIENT

Lib simples para enviar comandos rcon a servidores de cs 1.6.

Instalação

composer require wilianmaique/cstrike-rcon-client

Como usar

index.php

<?php
require __DIR__ . '/vendor/autoload.php';

use WilianMaique\RconClient\RconClient;

$rcon = new RconClient('177.0.0.0', '123', '27015');

// using the text protocol
echo $rcon->exec('stats');

// using the binary protocol
var_dump($rcon->getInfo());

About

Permite enviar comandos rcon para servidores de cs 1.6 via web.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages