Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koraktor/steam-condenser-php
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://github.com/koraktor/steam-condenser-php
hlds php server-queries srcds steam web-api
Last synced: 38 minutes ago
JSON representation
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
- Host: GitHub
- URL: https://github.com/koraktor/steam-condenser-php
- Owner: koraktor
- License: bsd-3-clause
- Created: 2011-12-01T07:41:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T19:17:21.000Z (about 1 year ago)
- Last Synced: 2025-01-15T05:58:43.921Z (7 days ago)
- Topics: hlds, php, server-queries, srcds, steam, web-api
- Language: PHP
- Homepage: http://koraktor.de/steam-condenser
- Size: 918 KB
- Stars: 205
- Watchers: 35
- Forks: 71
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Steam Condenser
===============[![PHP version](https://badge.fury.io/ph/koraktor%2Fsteam-condenser.svg)](http://badge.fury.io/ph/koraktor%2Fsteam-condenser)
[![Build Status](https://secure.travis-ci.org/koraktor/steam-condenser-php.svg?branch=master)](http://travis-ci.org/koraktor/steam-condenser-php)
[![Code Climate](https://codeclimate.com/github/koraktor/steam-condenser-php/badges/gpa.svg)](https://codeclimate.com/github/koraktor/steam-condenser-php)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 newerThe 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
* [Steam Condenser home](http://koraktor.de/steam-condenser)
* [GitHub project page](https://github.com/koraktor/steam-condenser)
* [Wiki](https://github.com/koraktor/steam-condenser/wiki)
* [Google group](http://groups.google.com/group/steam-condenser)
* [Ohloh profile](http://www.ohloh.net/projects/steam-condenser)Follow Steam Condenser on Google Plus+ via
[+Steam Condenser](https://plus.google.com/b/109400543549250623875/109400543549250623875)
or on Twitter via [@steamcondenser](https://twitter.com/steamcondenser).