Download the PHP package ajouve/monolog-redis-json-handler without Composer
On this page you can find all versions of the php package ajouve/monolog-redis-json-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ajouve/monolog-redis-json-handler
More information about ajouve/monolog-redis-json-handler
Files in ajouve/monolog-redis-json-handler
Download ajouve/monolog-redis-json-handler
More information about ajouve/monolog-redis-json-handler
Files in ajouve/monolog-redis-json-handler
Vendor ajouve
Package monolog-redis-json-handler
Short Description a monolog redis handler with json output
License MIT
Homepage https://github.com/ajouve/monolog-redis-json-handler
Package monolog-redis-json-handler
Short Description a monolog redis handler with json output
License MIT
Homepage https://github.com/ajouve/monolog-redis-json-handler
Please rate this library. Is it a good library?
Informations about the package monolog-redis-json-handler
monolog redis json handler
Symfony configuartion
Service
redis:
class: Predis\Client
arguments:
-
scheme: tcp
host: "%redis_host%"
port: "%redis_port%"
password: "%redis_password%"
monolog_redis_json_handler:
class: MonologRedisJson\Handler
arguments:
- '@redis'
- 'monolog'
- 200
calls:
- [addMetaData, ['application', 'my_app']]
Config
monolog:
handlers:
redis:
type: service
id: monolog_redis_json_handler
All versions of monolog-redis-json-handler with dependencies
PHP Build Version
Package Version
The package ajouve/monolog-redis-json-handler contains the following files
Loading the files please wait ....