thunderbug / tracker-cli
CLI interface to retrieve information from all the gameservers in a database
dev-master
2020-09-14 09:31 UTC
Requires
- catfan/medoo: ^1.7
- spatie/async: ^1.4
- thunderbug/tracker-quake-connection: ^1.0
This package is auto-updated.
Last update: 2025-03-14 18:47:24 UTC
README
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