ether/telemetry

A helper for anonymous tracking of Craft CMS plugin usage

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 0

pkg:composer/ether/telemetry

dev-master 2019-10-28 11:08 UTC

This package is auto-updated.

Last update: 2025-09-20 04:38:03 UTC


README

A helper for anonymous tracking of Craft CMS plugin usage

Usage

Add ether/telemetry to your composer.json.

composer require ether/telemetry

Replace the extends Plugin in your primary plugin file with extends TelemetryPlugin.

use ether\telemetry\TelemetryPlugin;

class MyPlugin extends TelemetryPlugin {
    # ...
}