PHPackages                             biffbangpow/silverstripe-monitoring-client - 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. biffbangpow/silverstripe-monitoring-client

ActiveSilverstripe-vendormodule[Logging &amp; Monitoring](/categories/logging)

biffbangpow/silverstripe-monitoring-client
==========================================

Monitoring client

v1.1(2y ago)21.1k↓100%1[1 PRs](https://github.com/BiffBangPow/silverstripe-monitoring-client/pulls)BSD-3-ClausePHP

Since Apr 26Pushed 2y ago2 watchersCompare

[ Source](https://github.com/BiffBangPow/silverstripe-monitoring-client)[ Packagist](https://packagist.org/packages/biffbangpow/silverstripe-monitoring-client)[ Docs](https://github.com/BiffBangPow/silverstripe-monitoring-client)[ RSS](/packages/biffbangpow-silverstripe-monitoring-client/feed)WikiDiscussions main Synced 1mo ago

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

Silverstripe Monitoring System
------------------------------

[](#silverstripe-monitoring-system)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b05d79158aedfdcb8407af427c2a51243cb6ac5e4b3de282de18ec5fd2d7f6c1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4269666642616e67506f772f73696c7665727374726970652d6d6f6e69746f72696e672d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/BiffBangPow/silverstripe-monitoring-client/?branch=main)

### Client library

[](#client-library)

This module is built to work alongside the monitoring server system. It will, however, operate as a standalone information page on the site where it is installed.
With no configuration, a simple reporting screen is added to the site config, so that the values from the included modules can be viewed in the CMS.

[![](https://user-images.githubusercontent.com/79973633/276407690-8e0a089d-18f9-4d63-a38e-31531406088a.jpg)](https://user-images.githubusercontent.com/79973633/276407690-8e0a089d-18f9-4d63-a38e-31531406088a.jpg)

### Monitoring system integration

[](#monitoring-system-integration)

By adding the following environment variables, the system can be integrated into the monitoring server system to provide centralised reporting (see the server repository for further information):

```
MONITORING_ENC_SECRET
MONITORING_ENC_SALT
MONITORING_API_KEY
MONITORING_VALID_IP

```

With the exception of the valid IP value, all the above variables will be generated by the server system when a client is added. These ensure that communications between the client and server are encrypted.

If set, the valid IP variable will restrict access to the monitoring system to those specified addresses. IPs can be specified by a single address or a CIDR notation.

The monitoring client implements rate-limiting on incoming requests to the reporting route, to help mitigate brute-force or DoS attacks. A maximum of 1 request per minute is permitted to the client software.

### Included reporting modules

[](#included-reporting-modules)

The system comes with a set of default reporting modules:

#### Silverstripe configuration

[](#silverstripe-configuration)

This module lists various parameters of the Silverstripe installation, including:

- Site Name
- Environment type
- Base URL
- Presence of default admin credentials

#### System information

[](#system-information)

This module lists information about the server environment, including:

- PHP version
- Host IP address
- File upload limit
- Script max execution time
- Database engine
- Database version
- Database name

The module will attempt to discover the public IP address of the client usign the ipify service. This can be disabled via a yml config, eg:

```
---
Name: bbp-client-monitor
---

BiffBangPow\SSMonitor\Client\Module\SystemInfo:
  discover_public_ip: false
```

In addition, the module can report on the value of environment variables which have been set. These can be specified by adding a yml configuration to your project, eg:

```
---
Name: bbp-client-monitor
---

BiffBangPow\SSMonitor\Client\Module\SystemInfo:
  env_variables:
    - APP_SMTP_USERNAME
    - APP_SMTP_PASSWORD
    - CAPTCHA_SITE_KEY
    - CAPTCHA_SECRET_KEY
```

#### Core package versions

[](#core-package-versions)

This module reports on the installed versions of a set of core packages. The packages included in this report are configured in a default yml file, bundled with the module, but can be overridden as required, eg:

```
BiffBangPow\SSMonitor\Client\Module\CorePackageVersions:
  included_modules:
    - 'silverstripe/framework'
    - 'silverstripe/cms'
    - 'dnadesign/silverstripe-elemental'
    - 'biffbangpow/silverstripe-monitoring-client'
```

#### All package versions

[](#all-package-versions)

This module lists all the composer-managed packages which are installed on the system.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Recently: every ~22 days

Total

7

Last Release

936d ago

### Community

Maintainers

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

---

Top Contributors

[![TimBBP](https://avatars.githubusercontent.com/u/79973633?v=4)](https://github.com/TimBBP "TimBBP (27 commits)")[![DorsetDigital](https://avatars.githubusercontent.com/u/15108750?v=4)](https://github.com/DorsetDigital "DorsetDigital (1 commits)")

---

Tags

monitoringsilverstripe

### Embed Badge

![Health badge](/badges/biffbangpow-silverstripe-monitoring-client/health.svg)

```
[![Health](https://phpackages.com/badges/biffbangpow-silverstripe-monitoring-client/health.svg)](https://phpackages.com/packages/biffbangpow-silverstripe-monitoring-client)
```

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)[stayallive/lighthouse-graphql-hive

Performance monitoring Lighthouse with GraphQL Hive.

2223.3k](/packages/stayallive-lighthouse-graphql-hive)

PHPackages © 2026

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