rioxygen / wrappergraylogzendlogger
Adapter de Zend/Logger/Logger
dev-master
2018-02-25 06:28 UTC
Requires
- php: >=5.6
- graylog2/gelf-php: 1.*
- psr/log-implementation: 1.0.0
- zendframework/zend-log: 2.*
Requires (Dev)
- php-coveralls/php-coveralls: dev-master
- phpunit/phpcov: ^2.0
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 1.5.5
This package is auto-updated.
Last update: 2025-04-27 18:22:59 UTC
README
About
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).
Usage
Recommended installation via composer:
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