No description
Find a file
H.Rouatbi 347cf58c56
[Fix] Set proper permissions when creating provider directory (#746)
* [Fix] Set proper permissions when creating provider directory

* Update generate_provider

Revisit file permissions

---------

Co-authored-by: Patrick <privat@skyraptor.eu>
2025-02-19 15:39:35 +01:00
.devcontainer [Add[ GitHub Workflows extension for VSCode to DevContainer configuration, (#737) 2024-12-04 09:43:27 +01:00
.github Use seperate paths for checking out pages & source (#741) 2024-12-04 11:58:57 +01:00
.vscode [Add[ GitHub Workflows extension for VSCode to DevContainer configuration, (#737) 2024-12-04 09:43:27 +01:00
bin [Add] apigen helper script to run dockerized ApiGen, (#738) 2024-12-04 11:42:21 +01:00
build Solve warnings and remove deprecated code (#729) 2024-11-30 08:08:20 +01:00
examples Fixed list and removed old index.php from examples. Need something better. Fixes #294. 2016-03-05 19:46:00 -06:00
src/GameQ [Fix] Epic Online Services protocol beforeSend signature compatibility with parent, (#752) 2025-02-14 10:51:57 +01:00
tests [Fix] Set proper permissions when creating provider directory (#746) 2025-02-19 15:39:35 +01:00
.coveralls.yml Perhaps fix coveralls issue. 2016-01-14 21:25:08 -06:00
.gitattributes Extend .gitattributes to clean up release builds (#680) 2023-03-02 21:26:36 -06:00
.gitignore [Add] apigen helper script to run dockerized ApiGen, (#738) 2024-12-04 11:42:21 +01:00
.php-cs-fixer.dist.php QoL for Visual Studio Code (#732) 2024-12-02 04:50:06 +01:00
.scrutinizer.yml Update .scrutinizer.yml 2022-05-22 14:25:56 +02:00
composer.json Update composer.json 2022-07-23 17:38:05 +02:00
CONTRIBUTING.md Doc fixes 2015-02-26 22:18:35 -06:00
GameQ.code-workspace Add DevContainer configuration 2024-11-20 23:56:22 +01:00
LICENSE.lgpl Updated license base. 2015-01-04 22:17:29 -06:00
phpunit.xml.dist Remove outdated options for phpunit throwing warnings. 2019-09-20 21:47:12 -05:00
README.md [Add] Link to API documentation to Readme (#742) 2024-12-04 12:05:18 +01:00

GameQ Version 3

CI Code Coverage Scrutinizer Code Quality License paypal

GameQ is a PHP library that allows you to query multiple types of multiplayer game & voice servers at the same time.

Requirements

  • PHP 5.6.40+ - Tested in PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 & 8.4
  • Bzip2 - Used for A2S Compressed responses

Installation

Composer

This method assumes you already have composer installed and working properly. Add austinb/gameq as a requirement to composer.json by using composer require austinb/gameq:~3.1 or by manually adding the following to the composer.json file in the require section:

"austinb/gameq": "~3.1"

Update your packages with composer update or install with composer install.

Standalone Library

Download the latest version of the library and unpack it into your project. Add the following to your bootstrap file:

require_once('/path/to/src/GameQ/Autoloader.php');

The Autoloader.php file provides the same auto loading functionality as the Composer install.

Useage

$GameQ = new \GameQ\GameQ();
$GameQ->addServer([
    'type' => 'css',
    'host' => '127.0.0.1:27015',
]);
$results = $GameQ->process();

Need more? See the Examples as well as the Documentation.

Contributing

Please see CONTRIBUTING for details.

License

See LICENSE for more information

Third Party Provider

Donations

paypal