2017 © Pedro Peláez
 

library rcon-php

CS:GO Rcon client made in PHP.

image

team-reflex/rcon-php

CS:GO Rcon client made in PHP.

  • Friday, January 22, 2016
  • by uniquoooo
  • Repository
  • 3 Watchers
  • 4 Stars
  • 76 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 31 % Grown

The README.md

RconPHP

CS:GO Rcon client made in PHP., (*1)

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., (*2)

Credits

The Versions

22/01 2016

dev-master

9999999-dev

CS:GO Rcon client made in PHP.

  Sources   Download

MIT

by David Cole

22/01 2016

v1.0.0

1.0.0.0

CS:GO Rcon client made in PHP.

  Sources   Download

MIT

by David Cole