SkillAgentSearch skills...

SourceQuery

A simple PHP class to query a Source engine server

Install / Use

/learn @yannickcr/SourceQuery
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SourceQuery

A simple PHP class to query a Source engine server.

How to use

Example

PHP:

require_once 'lib/SourceQuery.php';

$server = new SourceQuery('217.70.184.250', 27015);
$infos  = $server->getInfos();
echo 'There is ' . $infos['players'] . ' player(s) on the server "' .$infos['name'] . '".';
View on GitHub
GitHub Stars14
CategoryDevelopment
Updated1mo ago
Forks7

Languages

PHP

Security Score

90/100

Audited on Feb 4, 2026

No findings