Skip to content

A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers. (With better Laravel compatability)

License

Notifications You must be signed in to change notification settings

GWNetwork/steam-condenser-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Condenser

PHP version Build Status Code Climate

The Steam Condenser is a multi-language library for querying the Steam Community, Source and GoldSrc game servers as well as the Steam master servers. Currently it is implemented in Java, PHP and Ruby.

Requirements

  • Linux, MacOS X or Windows
  • PHP 5.4 or newer

The following PHP library is required:

  • Monolog

Composer will install this for you.

The following extensions are required:

  • bcmath (for Steam ID conversions)
  • bz2 (for Source servers sending compressed responses)
  • json (for the Web API features)
  • simplexml (for the Steam Community features)
  • sockets (for all server queries)

License

This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License. A copy of this license can be found in the included LICENSE file.

Credits

  • Sebastian Staudt – koraktor(at)gmail.com
  • Nicholas Hastings – nshastings(at)gmail.com
  • Klaus Silveira – contact(at)klaussilveira.com
  • Adam Lavin – adam(at)lavoaster.co.uk
  • Al Ganiev – helios.ag(at)gmail.com
  • Daniel Phin – pro(at)danielph.in
  • Elliot Hesp – elliot.hesp(at)gmail.com
  • Michael Priest – pingers(at)gmail.com
  • Alex Harchuk – alexharchuk(at)yahoo.com

See Also

Follow Steam Condenser on Google Plus+ via +Steam Condenser or on Twitter via @steamcondenser.

To get this working in Laravel 10 and php 8: Change two entries in the composer.json file, with these version numbers: "monolog/monolog": "~3.5" and "phpunit/phpunit": "^10.1"

About

A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers. (With better Laravel compatability)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%