nexus-laravel-monitoring-adapter maintained by azaharizaman
Description
Laravel adapter for Monitoring package
Author
Last update
2026/05/05 04:28
(dev-main)
License
Downloads
0
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.