Download the PHP package renepardon/gelf-support without Composer
On this page you can find all versions of the php package renepardon/gelf-support. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download renepardon/gelf-support
More information about renepardon/gelf-support
Files in renepardon/gelf-support
Package gelf-support
Short Description A composer compliant package to support GELF logging within laravel/symfony projects
License MIT
Homepage https://github.com/renepardon/gelf-support
Informations about the package gelf-support
GelfSupport
A composer compliant package to support GELF logging within laravel/symfony projects
Structure
We set the gelf-php facility so you can easily parse the INPUT of Graylog and pass it to your correct stream.
Install
Via Composer
laravel
Add the following line to the config/app.php file within providers section:
Adjust the .env file to contain required constants which points to your Graylog2 server
You can of course adjust the configuration file directly so publish it to your appication with the following command:
symfony
Add the following block to your config.yml:
config_prod.yml and config_dev.yml should contain this block:
Register the GelfSupport bundle within app/AppKernel.php - add the next line to $bundles array:
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
TO BE DONE - FEEL FREE TO WRITE SOME TESTS
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Christoph, René Pardon
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of gelf-support with dependencies
graylog2/gelf-php Version ^1.5
illuminate/contracts Version ^5.4
illuminate/support Version ~5.1