2017 © Pedro Peláez
 

library php-source-query-class

PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol

image

xpaw/php-source-query-class

PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol

  • Monday, March 19, 2018
  • by xPaw
  • Repository
  • 50 Watchers
  • 337 Stars
  • 19,384 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 106 Forks
  • 2 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

PHP Source Query

Packagist Downloads Packagist Version, (*1)

This class was created to query game server which use the Source query protocol, this includes all source games, and all the games that implement Steamworks., (*2)

The class also allows you to query servers using RCON although this only works for half-life 1 and source engine games., (*3)

Minecraft also uses Source RCON protocol, and this means you can use this class to send commands to your minecraft server while having engine set to Source engine., (*4)

:warning: Do not send me emails if this does not work for you, I will not help you., (*5)

Requirements

Protocol Specifications

  • https://developer.valvesoftware.com/wiki/Server_queries
  • https://developer.valvesoftware.com/wiki/Source_RCON_Protocol

Supported Games

AppID Game Query RCON Notes
~ All HL1/HL2 games and mods :white_check_mark: :white_check_mark:
10 Counter-Strike 1.6 :white_check_mark: :white_check_mark:
440 Team Fortress 2 :white_check_mark: :white_check_mark:
550 Left 4 Dead 2 :white_check_mark: :white_check_mark:
730 Counter-Strike 2 :white_check_mark: :white_check_mark: host_name_store 1; host_info_show 2; host_players_show 2
1002 Rag Doll Kung Fu :white_check_mark: :white_check_mark:
2400 The Ship :white_check_mark: :white_check_mark:
4000 Garry's Mod :white_check_mark: :white_check_mark:
17710 Nuclear Dawn :white_check_mark: :white_check_mark:
70000 Dino D-Day :white_check_mark: :white_check_mark:
107410 Arma 3 :white_check_mark: :x: Add +1 to the server port
115300 Call of Duty: Modern Warfare 3 :white_check_mark: :white_check_mark:
162107 DeadPoly :white_check_mark: :x:
211820 Starbound :white_check_mark: :white_check_mark: Call SetUseOldGetChallengeMethod method after connecting
244850 Space Engineers :white_check_mark: :x: Add +1 to the server port
304930 Unturned :white_check_mark: :x: Add +1 to the server port
251570 7 Days to Die :white_check_mark: :x:
252490 Rust :white_check_mark: :x:
282440 Quake Live :white_check_mark: :x: Quake Live uses the ZMQ messaging queue protocol for rcon control.
346110 ARK: Survival Evolved :white_check_mark: :white_check_mark:
~ Minecraft :x: :white_check_mark:
108600 Project: Zomboid :white_check_mark: :white_check_mark:

Open a pull request if you know another game which supports Source Query and/or RCON protocols., (*6)

How to tell if the game supports Source Query Protocol?

Add your server to your favourites in Steam server browser, and if Steam can display information about your server, then the protocol is supported., (*7)

Functions

Connect( $Ip, $Port, $Timeout, $Engine ) Opens connection to a server
Disconnect( ) Closes all open connections
Ping( ) Ping the server to see if it exists
Warning: Source engine may not answer to this
GetInfo( ) Returns server info in an array
GetPlayers( ) Returns players on the server in an array
GetRules( ) Returns public rules (cvars) in an array
SetRconPassword( $Password ) Sets rcon password for later use with Rcon()
Rcon( $Command ) Execute rcon command on the server

Also refer to examples folder to work things out., (*8)

License

PHP Source Query
Copyright (C) 2012-2015 Pavel Djundik

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

The Versions

19/03 2018

dev-master

9999999-dev https://github.com/xPaw/PHP-Source-Query

PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol

  Sources   Download

LGPL-2.1

The Requires

  • php >=5.5

 

The Development Requires

by Pavel Djundik

minecraft rcon csgo ark counter-strike team fortress starbound rust gmod

11/10 2015

1.0.0

1.0.0.0 https://github.com/xPaw/PHP-Source-Query

PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol

  Sources   Download

LGPL-2.1

The Requires

  • php >=5.4

 

minecraft rcon csgo ark counter-strike team fortress starbound rust gmod

06/10 2015

0.1.0

0.1.0.0 https://github.com/xPaw/PHP-Source-Query

PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol

  Sources   Download

LGPL-2.1

The Requires

  • php >=5.4

 

minecraft rcon counter-strike team fortress