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.1(1mo ago)21.1k1BSD-3-ClausePHP

Since Apr 26Pushed 1mo 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 3w ago

READMEChangelog (9)Dependencies (8)Versions (11)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)

### Version

[](#version)

- For CMS 4/5 use 1.x
- For CMS 6 use 2.x

### 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

45

—

FairBetter than 92% of packages

Maintenance89

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.6% 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 ~122 days

Recently: every ~231 days

Total

10

Last Release

57d ago

Major Versions

v1.1.1 → v2.0.0-beta2026-05-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/79973633?v=4)[Tim](/maintainers/TimBBP)[@TimBBP](https://github.com/TimBBP)

---

Top Contributors

[![TimBBP](https://avatars.githubusercontent.com/u/79973633?v=4)](https://github.com/TimBBP "TimBBP (31 commits)")[![purplespider](https://avatars.githubusercontent.com/u/329880?v=4)](https://github.com/purplespider "purplespider (3 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[silverstripe/framework

The SilverStripe framework

7223.7M2.7k](/packages/silverstripe-framework)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M396](/packages/drupal-core-recommended)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[eliashaeussler/cache-warmup

Composer package to warm up website caches, based on a given XML sitemap

75419.2k9](/packages/eliashaeussler-cache-warmup)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M5](/packages/honeybadger-io-honeybadger-php)

PHPackages © 2026

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