thunderbug/tracker-cli

CLI interface to retrieve information from all the gameservers in a database

dev-master 2020-09-14 09:31 UTC

This package is auto-updated.

Last update: 2024-04-14 16:50:33 UTC


README

Build Status Scrutinizer Code Quality Total Downloads Version

The tracker cli is the command interface for getting live information from the master server of the call of duty games. This tool will handle all information from the gameservers to the database part.

TODO

  • Setup database
  • Setup composer
  • Setup connection to database via a config file
  • Create libs to retrieve information from the servers
  • ...

Installation

You can download the library via composer:

composer require thunderbug/tracker-quake-connection

Start using

Define the database connection in config/db.php
Run in command vendor/bin/tracker

Envoirment variables

DB_HOST The hostname or ip of the database
DB_DATABASE The database name
DB_USERNAME Username of the database connection
DB_PASSWORD Password of the database connection