PHPackages                             thunderbug/tracker-quake-connection - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. thunderbug/tracker-quake-connection

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thunderbug/tracker-quake-connection
===================================

A library to retrieve information from quake master servers and game servers

v1.0.3(12mo ago)017[3 issues](https://github.com/thunderbug/TrackerQuakeConnection/issues)[1 PRs](https://github.com/thunderbug/TrackerQuakeConnection/pulls)MITPHP

Since Jul 25Pushed 3w ago1 watchersCompare

[ Source](https://github.com/thunderbug/TrackerQuakeConnection)[ Packagist](https://packagist.org/packages/thunderbug/tracker-quake-connection)[ RSS](/packages/thunderbug-tracker-quake-connection/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (4)Dependencies (1)Versions (7)Used By (0)

Tracker Quake Connection
========================

[](#tracker-quake-connection)

[![Total Downloads](https://camo.githubusercontent.com/6cce38a272bb337558fdbc2d6acc1054d7e0c7424639d9543a3c0b3cab8888e1/68747470733a2f2f706f7365722e707567782e6f72672f7468756e6465726275672f747261636b65722d7175616b652d636f6e6e656374696f6e2f646f776e6c6f616473)](//packagist.org/packages/thunderbug/tracker-quake-connection)[![Version](https://camo.githubusercontent.com/b0636266dc4f70d9bb959be8aa36a75d55e9aa26a5c9d9fd83c572c3e406a843/68747470733a2f2f706f7365722e707567782e6f72672f7468756e6465726275672f747261636b65722d7175616b652d636f6e6e656374696f6e2f76657273696f6e)](//packagist.org/packages/thunderbug/tracker-quake-connection)

A library to interact with a call of duty, wolfenstein, ... master server and the game servers.

Usage
-----

[](#usage)

### Master

[](#master)

The Master class handles the connection with the master server of a certain game. At this moment there is only 1 function within the master server function and this is retrieving a full list of gameservers currently online.

```
$master = new \Thunderbug\QuakeConnection\Master\Master("Master.game.com", 28910);
$servers = $master->getServerList();
```

The returns a array with Server objects.

### Gameserver

[](#gameserver)

The gameserver class handles the connection to an individual gameserver.

```
$server = new \Thunderbug\QuakeConnection\Server\Server("192.168.1.100", 28960, "OptionalPassword");
```

Also you can still retrieve the arrays after doing the getstatus command.

```
$gameserver = $server->getPublicInformation();
$cvars = $gameserver->getCvars();
$players = $gameserver->getPlayers();
```

Colors are also handled by this library.

```
print(\Thunderbug\QuakeConnection\Server\Colors::colorize("^5Thun^6der", ColorType::DARK));
//Prints html  with color codes
//Depending on the color of the site the color type can be light or dark
print(\Thunderbug\QuakeConnection\Server\Colors::removeColors("^5Thun^6der"));
//Removes all color codes
```

Installation
------------

[](#installation)

You can download the library via composer:

```
composer require thunderbug/tracker-quake-connection

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance75

Regular maintenance activity

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~586 days

Total

4

Last Release

361d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29c3e40a7ed1132e309a29eeefa24ee4fdc2b1a3de42585cc317335c972d4a73?d=identicon)[thunderbug](/maintainers/thunderbug)

---

Top Contributors

[![thunderbug](https://avatars.githubusercontent.com/u/568028?v=4)](https://github.com/thunderbug "thunderbug (12 commits)")

---

Tags

phpmasterquakegameservercall of dutywolfensteinmodern warfareCall of Duty 2Call of Duty 4Call of Duty 1

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thunderbug-tracker-quake-connection/health.svg)

```
[![Health](https://phpackages.com/badges/thunderbug-tracker-quake-connection/health.svg)](https://phpackages.com/packages/thunderbug-tracker-quake-connection)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
