PHPackages                             eighteen73/wordpress-condition-report - 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. eighteen73/wordpress-condition-report

ActiveWordpress-plugin[Logging &amp; Monitoring](/categories/logging)

eighteen73/wordpress-condition-report
=====================================

Send website information to the developer's monitoring service for integrity checks.

029PHP

Since Aug 31Pushed 1y ago4 watchersCompare

[ Source](https://github.com/eighteen73/wordpress-beacon)[ Packagist](https://packagist.org/packages/eighteen73/wordpress-condition-report)[ RSS](/packages/eighteen73-wordpress-condition-report/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Status Beacon for WordPress
===========================

[](#status-beacon-for-wordpress)

This plugin gathers data that's useful for diagnostic checks. Nothing collected is PII nor does it contain information that would be otherwise considered as highly sensitive.

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

[](#installation)

### Using Composer

[](#using-composer)

1. Run `composer require eighteen73/wordpress-beacon`
2. Activate the plugin in your CMS as normal

Once activated it sends data to our monitoring server every 3 hours.

### Without Composer

[](#without-composer)

We highly encourage you to install the plugin using Composer where possible. On website's that are not package-managed it can be unzipped into the plugins directory though.

Configuration
-------------

[](#configuration)

Add the following configuration so the plugin knows where to send the data:

```
define( 'BEACON_URL', 'https://example.com/your/api/endpoint' );
```

You may also set `BEACON_INTERVAL` to change the number of seconds between runs (default is 3 hours) and use the filter `beacon_headers` to adjust the headers sent to the URL above.

Included Data
-------------

[](#included-data)

You can see what information the plugin collects by clicking the "Copy data to clipboard" on the Plugins page. This puts the exact JSON that is sent to our server into your clipboard.

Data it includes things like the WordPress version, a list of running plugins and their versions, hosting data (server version, PHP version, etc.), and the Git repo information if applicable

Here is an example of the compiled data:

```
{
  "cms": {
    "contact": "someone@example.com",
    "name": "wordpress",
    "version": "6.0"
  },
  "theme": {
    "name": "Pulsar",
    "uri": "https://github.com/eighteen73/pulsar",
    "version": "0.1.0"
  },
  "plugins": [
    {
      "active": true,
      "name": "nebula-autoloader",
      "title": "Nebula Autoloader",
      "uri": "https://github.com/eighteen73/nebula/",
      "version": "0.1.0"
    },
    {
      "active": true,
      "name": "wordpress-beacon",
      "title": "eighteen73 Beacon",
      "uri": "https://github.com/eighteen73/wordpress-beacon",
      "version": "1.0.0"
    },
    ...
  ],
  "technical": {
    "git": {
      "last_commit_date": "Sat Jun 11 12:00:51 2022 +0100",
      "origin": "git@github.com:path_to/gitrepo",
      "path": "/local/path/to/gitrepo"
    },
    "os": {
      "architecture": "x86_64",
      "hostname": "example.com",
      "name": "Linux",
      "version": "4.15.0-167-generic"
    },
    "php": {
      "composer-dev": true,
      "interface": "fpm-fcgi",
      "version": "8.0.15"
    },
    "web": {
      "domain": "website.example.com",
      "https": true,
      "ip": "127.0.0.1",
      "path": "/local/path/to/gitrepo/web",
      "protocol": "HTTP/2.0",
      "server": "nginx/1.21.6",
      "url": "https://website.example.com"
    }
  }
}
```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/735284?v=4)[Ed Jeavons](/maintainers/edjeavons)[@edjeavons](https://github.com/edjeavons)

![](https://avatars.githubusercontent.com/u/73229?v=4)[Brett Mason ](/maintainers/brettsmason)[@brettsmason](https://github.com/brettsmason)

---

Top Contributors

[![edjeavons](https://avatars.githubusercontent.com/u/735284?v=4)](https://github.com/edjeavons "edjeavons (25 commits)")

### Embed Badge

![Health badge](/badges/eighteen73-wordpress-condition-report/health.svg)

```
[![Health](https://phpackages.com/badges/eighteen73-wordpress-condition-report/health.svg)](https://phpackages.com/packages/eighteen73-wordpress-condition-report)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)

PHPackages © 2026

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