Giter VIP home page Giter VIP logo

gameq's Introduction

Notice - May 28, 2014

Version 2 is now closed to new features. I will add new games as time allows.

Please test v3 as much as possible and provide any feedback. Note that v3 is not production ready.

Information

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

GameQ v2 is based off of the original GameQ PHP program from http://gameq.sourceforge.net/. That project was no longer being supported.

Requirements

  • PHP 5.2 (Recommended 5.3, 5.4)

Extras you might need:

Example

Usage & Examples: https://github.com/Austinb/GameQ/wiki/Usage-&-examples-v2

Quick and Dirty:

$gq = new GameQ();
$gq->addServer(array(
	'id' => 'my_server',
	'type' => 'css', // Counter-Strike: Source
	'host' => '127.0.0.1:27015',
));

$results = $gq->requestData(); // Returns an array of results

print_r($results);

Want more? Check out the wiki page or /examples for more.

ChangeLog

See https://github.com/Austinb/GameQ/commits/v2 for an incremental list of changes

License

See LICENSE for more information

Donations

If you like this project and use it a lot please feel free to donate here: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VAU2KADATP5PU.

gameq's People

Contributors

austinb avatar massl avatar blackskyliner avatar skylord123 avatar firefly2442 avatar verox- avatar achton avatar hammermaps avatar blaknite avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.