A php implementation to send log-files to a gelf compatible backend like Graylog2. This library conforms to the PSR standards in regards to structure (4), coding-style (1, 2) and logging (3).
Add gelf-php to composer.json either by running composer require graylog2/gelf-php or by defining it manually:
"require": {
// ...
"Rioxygen/Graylog": "~1.0"
// ...
}
Reinstall dependencies: composer install
@author Ricardo Ruiz Cruz
