https://github.com/gamemann/game-server-versions
A small project I made a while ago and importing from GFL's GitLab server.
https://github.com/gamemann/game-server-versions
api game php server version
Last synced: 4 months ago
JSON representation
A small project I made a while ago and importing from GFL's GitLab server.
- Host: GitHub
- URL: https://github.com/gamemann/game-server-versions
- Owner: gamemann
- Created: 2020-07-15T04:37:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T04:38:13.000Z (over 5 years ago)
- Last Synced: 2025-02-28T12:30:01.307Z (12 months ago)
- Topics: api, game, php, server, version
- Language: PHP
- Homepage: https://moddingcommunity.com/
- Size: 1.95 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
Awesome Lists containing this project
README
# Description
A small project to compare a game server's version to the actual game version.
# App.php
`GET` Information
* `appid` - The Steam application ID.
# Server.php
`GET` Information
* `appid` - The Game Server's Steam application ID.
* `ip` - The game server's IP address.
* `port` - The game server's port.
**You must configure a Steam Web API key in the server.php file.**