saschahemleb / laravel-grafana
A saschahemleb/php-grafana-api-client bridge for Laravel
Installs: 4 182
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ~8|~9|~10|~11
- saschahemleb/php-grafana-api-client: v1.0.0-alpha.2
Requires (Dev)
- orchestra/testbench: ~5|~6|~7
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2025-02-24 09:23:04 UTC
README
Laravel Grafana is a PhpGrafanaApiClient bridge for Laravel.
Installation
Via Composer
$ composer require saschahemleb/laravel-grafana
Configuration
First, publish the config from this package, which results in the creation of a new file config/grafana.php
.
php artisan vendor:publish --provider "Saschahemleb\\LaravelGrafana\\GrafanaServiceProvider"