azaharizaman/nexus-laravel-monitoring-adapter

Laravel adapter for Monitoring package

Maintainers

Package info

github.com/azaharizaman/nexus-laravel-monitoring-adapter

pkg:composer/azaharizaman/nexus-laravel-monitoring-adapter

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha1 2026-05-05 02:28 UTC

This package is auto-updated.

Last update: 2026-05-05 03:44:56 UTC


README

This adapter provides Laravel-specific implementations for the Monitoring package.

Installation

composer require azaharizaman/nexus-laravel-monitoring-adapter

Adapters Provided

TelemetryTrackerAdapter

Implements Nexus\Telemetry\Contracts\TelemetryTrackerInterface using Laravel's logging/caching.

MetricStorageAdapter

Implements Nexus\Telemetry\Contracts\MetricStorageInterface using Laravel's database.

Service Provider

The MonitoringAdapterServiceProvider automatically binds the Monitoring interfaces.