PHPackages                             manrico/warband-servers-collector - 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. manrico/warband-servers-collector

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

manrico/warband-servers-collector
=================================

A package to retrieve Mount&amp;Blade Warband servers details.

1.0.1(2mo ago)02↓90.9%MITPHPPHP &gt;=8.2CI passing

Since Mar 28Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/manricop/warband-servers-collector)[ Packagist](https://packagist.org/packages/manrico/warband-servers-collector)[ RSS](/packages/manrico-warband-servers-collector/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Warband Servers Collector
=========================

[](#warband-servers-collector)

A package to retrieve Mount&amp;Blade Warband servers details.

Usage
-----

[](#usage)

#### Retrieve the servers

[](#retrieve-the-servers)

```
$masterServer = new MasterServer();
$servers = $masterServer->collectServers();
```

#### Retrieve servers data

[](#retrieve-servers-data)

```
$masterServer = new MasterServer();
$servers = $masterServer->collectServers();
$serversManager = new GameServersManager();
$serversManager->updateServersData($servers);
```

#### Retrieve a single server data

[](#retrieve-a-single-server-data)

```
$server = new GameServer('SERVER_IP', 7242);
$serversManager = new GameServersManager();
$serversManager->updateServerData($server);
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance85

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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 ~18 days

Total

2

Last Release

76d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/003d69d0a49423ea63dd3bec6aa893c70f15b57eff65d58fb28dcee8fcc11829?d=identicon)[manricop](/maintainers/manricop)

---

Top Contributors

[![manricop](https://avatars.githubusercontent.com/u/245607431?v=4)](https://github.com/manricop "manricop (5 commits)")

---

Tags

serversmount and bladewarband

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/manrico-warband-servers-collector/health.svg)

```
[![Health](https://phpackages.com/badges/manrico-warband-servers-collector/health.svg)](https://phpackages.com/packages/manrico-warband-servers-collector)
```

PHPackages © 2026

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