PHP code example of jonnx / laravel-timeseries-metrics
1. Go to this page and download the library: Download jonnx/laravel-timeseries-metrics library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jonnx / laravel-timeseries-metrics example snippets
/*
* Package Service Providers...
*/
Jonnx\LaravelTimeseriesMetrics\LaravelTimeseriesMetricsServiceProvider::class,
return [
/**
* the timestamp before which no metric_interval records will be created for
* this is used as a backstop when running the initial metrics:createInterval
*/
'interval_backfill' => '2018-01-01 00:00:00',
];
app/Console/Kernel.php
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.