PHPackages                             ofertix/web-ui-monitor - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. ofertix/web-ui-monitor

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

ofertix/web-ui-monitor
======================

WebUIMonitor is the user interface that shows errors in your system in real time and plays a sound if there is a critical error.

1333JavaScript

Since Jul 8Pushed 13y ago8 watchersCompare

[ Source](https://github.com/ofertix/WebUIMonitor)[ Packagist](https://packagist.org/packages/ofertix/web-ui-monitor)[ RSS](/packages/ofertix-web-ui-monitor/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

What is "WebUIMonitor"?
=======================

[](#what-is-webuimonitor)

WebUIMonitor is the user interface that shows errors in your system in real time and plays a sound if there is a critical error.

This component has two parts. One is a PHP web socket server that must be run on a server listening to web socket clients and RabbitMQ request. The other part is a client developed in Javascript that runs on the browser and connects to the server displaying messages.

Requirements
============

[](#requirements)

- PHP 5.3.2 and up.
- RabbitMQ or ZMQ.

Libraries and services used
===========================

[](#libraries-and-services-used)

- PHP
    - Silex
    - Symfony Components:
        - YAML
    - php-websocket
    - PhpAmqpLib
    - Monolog
- ExtJS 4
- WebSockets
- RabbitMQ/ZMQ+OpenPGM

Installation
============

[](#installation)

The best way to install is to clone the repository and then configure as you need. See "Configuration" section.

After cloning you must install dependencies using "composer":

```
php composer.phar update

```

Usage
=====

[](#usage)

Start websocket server:

```
php app/websocket_server.php

```

In your browser write the url where project is found, example:

```
http://localhost/WebUIMonitor/web/index.php

```

Configuration
=============

[](#configuration)

All configuration is done using a YAML file.

Config file has 3 sections:

- class:

    - class name that subscribe to the channel to get messages.
- subscriber:

    - channel where subscribe.
- websocket:

    - host and port where websocket server will run.

See config file for more details.

Extra notes
===========

[](#extra-notes)

Use of ZMQ is discontinued because a memory leak using ZMQ with OpenPGM PUB/SUB.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b35088a631c9044fd825de62ac37394798506dc06b91ece08811b74bb29ce3c?d=identicon)[jordillonch](/maintainers/jordillonch)

---

Top Contributors

[![jlpoveda](https://avatars.githubusercontent.com/u/191520?v=4)](https://github.com/jlpoveda "jlpoveda (2 commits)")

### Embed Badge

![Health badge](/badges/ofertix-web-ui-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/ofertix-web-ui-monitor/health.svg)](https://phpackages.com/packages/ofertix-web-ui-monitor)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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