Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saschahemleb/laravel-grafana
Laravel Grafana is a saschahemleb/php-grafana-api-client bridge for Laravel.
https://github.com/saschahemleb/laravel-grafana
composer grafana laravel php
Last synced: 24 days ago
JSON representation
Laravel Grafana is a saschahemleb/php-grafana-api-client bridge for Laravel.
- Host: GitHub
- URL: https://github.com/saschahemleb/laravel-grafana
- Owner: saschahemleb
- Created: 2022-01-27T13:13:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T08:21:43.000Z (about 1 month ago)
- Last Synced: 2024-09-30T08:03:14.870Z (about 1 month ago)
- Topics: composer, grafana, laravel, php
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Laravel Grafana
Laravel Grafana is a [PhpGrafanaApiClient](https://github.com/saschahemleb/php-grafana-api-client) bridge for Laravel.
## Installation
Via Composer
``` bash
$ 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`.
```bash
php artisan vendor:publish --provider "Saschahemleb\\LaravelGrafana\\GrafanaServiceProvider"
```