PHPackages                             ofertix/web-ui-stats - 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. ofertix/web-ui-stats

ActiveLibrary

ofertix/web-ui-stats
====================

Collector is the component in charge of subscribing to the channel where stats and events are published. Message storing policies are determined by matching type or a regexp defined in the config file.

1121JavaScript

Since Jul 8Pushed 13y ago9 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

What is "WebUIStats"?
=====================

[](#what-is-webuistats)

WebUIStats is the component that generates web UI interface with charts from your stats.

Screenshots
===========

[](#screenshots)

[![Example 1](https://github.com/ofertix/WebUIStats/raw/master/doc/resources/stats1.png "Example 1")](https://github.com/ofertix/WebUIStats/raw/master/doc/resources/stats1.png)

[![Example2](https://github.com/ofertix/WebUIStats/raw/master/doc/resources/stats2.png "Example2")](https://github.com/ofertix/WebUIStats/raw/master/doc/resources/stats2.png)

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

[](#requirements)

- PHP 5.3.2 and up.
- RabbitMQ or ZMQ.

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

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

- PHP
    - Pimple
    - Symfony Components:
        - ClassLoader
        - YAML
        - Console
    - Monolog
- ExtJS 4
- HighStocks

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)

Generate your charts using:

```
php app/generator.php interface:generate app/config/test/app.yml

```

Optional: You could copy generated code in `web/app` to somewhere you want.

In your browser insert the url where it is the generated code, example:

```
http://localhost/WebUIStats/web/index.html

```

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

[](#configuration)

All configuration is done using a YAML files.

Config files are structured in one main file (app.yml) and some screens config files (screen\_foo.yml).

app.yml:

- output\_path:

    - directory where to write generated code.
- title:

    - title that will appears in the browser.
- menu:

    - menu items that links our charts.
- charts:

    - default charts options.

screen\_foo.yml:

- charts:

    - chart title, options and data series.
- display:

    - set template that defines charts layout.

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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)

### Embed Badge

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

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

PHPackages © 2026

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