Maybe you should try
$GameQ = new \GameQ\GameQ();
$GameQ->addServer([
'type' => 'css',
'host' => '127.0.0.1:27015',
]);
$results = $GameQ->process();
here is a full package https://github.com/Austinb/GameQ , there is no laravel service provider so you need to create a service provider by your self.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community