Download the PHP package davigs/laravel-zabbix-graph without Composer
On this page you can find all versions of the php package davigs/laravel-zabbix-graph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download davigs/laravel-zabbix-graph
More information about davigs/laravel-zabbix-graph
Files in davigs/laravel-zabbix-graph
Package laravel-zabbix-graph
Short Description Get nice looking graphs of your Zabbix devices in Laravel.
License MIT
Homepage https://github.com/davigs/laravel-zabbix-graph
Informations about the package laravel-zabbix-graph
📈 Laravel Zabbix Graph
Get a graph from Zabbix to display on a webpage or to save to a file. If you are not using Laravel, then please check out this repository.
Installation
You can install the package via composer:
You must install the service provider:
If you want to, you can also add the facade:
You can publish the config file with (the default config file will suffice in most cases):
Make sure to update the config file or your .env file with the details of your Zabbix server.
Usage
Output a Zabbix graph to an HTTP endpoint (using method injection):
You can also use the facade, if you prefer:
For all available methods and options, see casperboone/zabbix-graph.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Casper Boone
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-zabbix-graph with dependencies
davigs/zabbix-graph Version ^1.0
illuminate/support Version ~5.1|~6.0|~8.0