PHP code example of austinb / gameq
1. Go to this page and download the library: Download austinb/gameq library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
austinb / gameq example snippets
$GameQ = new \GameQ\GameQ();
$GameQ->addServer([
'type' => 'css',
'host' => '127.0.0.1:27015',
]);
$results = $GameQ->process();