Looking to hire Laravel developers? Try LaraJobs

nexus-laravel-monitoring-adapter maintained by azaharizaman

Description
Laravel adapter for Monitoring package
Last update
2026/05/05 04:28 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

Nexus Laravel Monitoring Adapter

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.