PHPackages                             xibosignage/xibo-xmr - 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. xibosignage/xibo-xmr

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

xibosignage/xibo-xmr
====================

Xibo Message Relay

1.2(3mo ago)1011.5k↓50%27AGPL-3.0-or-laterPHPPHP &gt;=8.2CI passing

Since Nov 30Pushed 1mo ago7 watchersCompare

[ Source](https://github.com/xibosignage/xibo-xmr)[ Packagist](https://packagist.org/packages/xibosignage/xibo-xmr)[ Docs](https://xibosignage.com)[ RSS](/packages/xibosignage-xibo-xmr/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (18)Used By (0)

Introduction
============

[](#introduction)

Xibo - Digital Signage - Copyright (C) 2006-2026 Xibo Signage Ltd and Contributors.

This is the Xibo Message Relay (XMR) repository.

XMR is a php application built on ReactPHP/Ratchet which acts as a push message exchange between the Xibo CMS and connected Xibo Displays . It doesn't do anything beyond forward messages from the CMS to either a WebSocket or a ZeroMQ pub/sub socket.

It is packaged into a PHAR file which is included in the [Xibo CMS](https://github.com/xibosignage/xibo-cms)release files.

**If you are here for anything other than software development purposes, it is unlikely you are in the right place. XMR is shipped with the Xibo CMS installation and you would usually install it from there.**

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

[](#installation)

XMR can be run using Docker and Compose, for example:

```
version: "3"

services:
  xmr:
    image: xibosignage/xibo-xmr:latest
    ports:
      - "8080:8080" # WebSocket
      - "9505:9505" # ZMQ Pub Socket
```

You may also build this library from source code:

1. Clone this repository
2. Run `./build.sh`
3. Run `docker-compose up --build`

You may also reference this code in your own projects via Composer:

```
composer require xibosignage/xibo-xmr
```

Licence
-------

[](#licence)

Xibo is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

Xibo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with Xibo. If not, see .

#### 3rd Party

[](#3rd-party)

We use BOX to package the PHAR file - see

###  Health Score

60

—

FairBetter than 99% of packages

Maintenance87

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 96.4% 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 ~286 days

Recently: every ~239 days

Total

14

Last Release

91d ago

Major Versions

0.11 → 1.02025-01-13

PHP version history (4 changes)0.1PHP &gt;=5.5

0.8PHP &gt;=7.0.8

0.10PHP &gt;=8.1

1.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4e0ee1cfae26f9d14cd05a20de71c301084c70b856bfb380d66c154b5ec07a0?d=identicon)[dasgarner](/maintainers/dasgarner)

---

Top Contributors

[![dasgarner](https://avatars.githubusercontent.com/u/10400067?v=4)](https://github.com/dasgarner "dasgarner (80 commits)")[![alexharrington](https://avatars.githubusercontent.com/u/10450518?v=4)](https://github.com/alexharrington "alexharrington (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

xibodigital signagespring signage

### Embed Badge

![Health badge](/badges/xibosignage-xibo-xmr/health.svg)

```
[![Health](https://phpackages.com/badges/xibosignage-xibo-xmr/health.svg)](https://phpackages.com/packages/xibosignage-xibo-xmr)
```

###  Alternatives

[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M79](/packages/google-cloud-core)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

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