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

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

kalakotra/silverstripe-monitoring-client
========================================

SilverStripe 6 monitoring – passive data endpoint (pull model)

1.0.0(1mo ago)00MITPHPPHP ^8.2

Since Apr 22Pushed 1mo agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

kalakotra/silverstripe-monitoring-client
========================================

[](#kalakotrasilverstripe-monitoring-client)

Passive monitoring endpoint for SilverStripe 6.
The admin module periodically **pulls** data from this endpoint - the client does not send anything.

---

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

[](#installation)

```
composer require kalakotra/silverstripe-monitoring-client
vendor/bin/sake dev/build flush=1
```

---

ENV Configuration (`.env`)
--------------------------

[](#env-configuration-env)

```
# Secret key - enter the same key in the Project record on the admin side
MONITORING_SECRET_KEY="min-32-random-chars-hex-or-any"
```

Generate a secure key:

```
php -r "echo bin2hex(random_bytes(32));"
```

---

Endpoint
--------

[](#endpoint)

```
GET https://client-page.com/silverstripe-monitoring/data?key=

```

### Example Response

[](#example-response)

```
{
    "php_version":       "8.2.15",
    "ss_version":        "6.0.3",
    "ss_recipe_version": "6.0.1",
    "page_count":        84,
    "published_count":   79,
    "draft_count":       5,
    "broken_links":      2,
    "object_count":      14832,
    "table_count":       67,
    "member_count":      12,
    "admin_count":       2,
    "environment":       "live",
    "base_url":          "https://vas-sajt.ba/",
    "default_locale":    "bs_BA",
    "php_memory_limit":  "256M",
    "php_max_execution": 30,
    "disk_free_gb":      42.15,
    "disk_total_gb":     100.0,
    "reported_at":       "2025-04-21 14:30:00"
}
```

---

Security
--------

[](#security)

- The key is validated with `hash_equals()` for timing-attack protection
- If `MONITORING_SECRET_KEY` is not configured, the endpoint returns `500`
- No CMS dependencies - minimal footprint on the client site

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

48d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3845734?v=4)[Kalakotra](/maintainers/kalakotra)[@kalakotra](https://github.com/kalakotra)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[phptek/sentry

Sentry.io integration for SilverStripe. Binds Sentry.io to SilverStripe's error &amp; exception handling subsystem.

16208.0k4](/packages/phptek-sentry)[camspiers/silverstripe-loggerbridge

Provides a bridge between PSR-3 loggers (like monolog) and SilverStripe

1370.1k](/packages/camspiers-silverstripe-loggerbridge)[silverstripe-labs/googleanalytics

The Google Analytics module consists of 2 components that can be employed independently: The Google Logger injects the google analytics javascript snippet into your source code and logs relevant events (as of now only crawler visits) The Analyzer adds the Google Analytics UI to your CMS.

3110.3k](/packages/silverstripe-labs-googleanalytics)[silverleague/logviewer

View your SilverStripe logs from inside the CMS

114.6k](/packages/silverleague-logviewer)

PHPackages © 2026

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