Download the PHP package muchrm/laravel-influxlog without Composer
On this page you can find all versions of the php package muchrm/laravel-influxlog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-influxlog
Notic
This is recieve inspiration from swisnl/laravel-graylog2 i'm using it on my project Don't use me yet.
Installation
- Run composer require for this package:
composer require muchrm/laravel-influxlog
- Add the service provider to app.php if you don't like auto discovery:
Muchrm\InfluxLog\InfluxLogServiceProvider
- Run
php artisan vendor:publish
to publish the config file to ./config/influxlog.php. - Configure it to your liking
- Done!
Logging exceptions
The default settings enable logging of exceptions. It will add the HTTP request to the GELF message, but it will not add POST values. Check the graylog2.log-requests config to enable or disable this behavior.
Message Processors
Processors add extra functionality to the handler. You can register processors by modifying the AppServiceProvider:
All versions of laravel-influxlog with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
illuminate/http Version 5.*
illuminate/support Version 5.*
influxdb/influxdb-php Version ^1.14
monolog/monolog Version ^1.20
psr/log Version ^1.0
illuminate/http Version 5.*
illuminate/support Version 5.*
influxdb/influxdb-php Version ^1.14
monolog/monolog Version ^1.20
psr/log Version ^1.0
The package muchrm/laravel-influxlog contains the following files
Loading the files please wait ....