Download the PHP package geo6/zend-expressive-monolog without Composer
On this page you can find all versions of the php package geo6/zend-expressive-monolog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download geo6/zend-expressive-monolog
More information about geo6/zend-expressive-monolog
Files in geo6/zend-expressive-monolog
Download geo6/zend-expressive-monolog
More information about geo6/zend-expressive-monolog
Files in geo6/zend-expressive-monolog
Vendor geo6
Package zend-expressive-monolog
Short Description Mezzio Monolog ErrorHandler
License GPL-3.0-or-later
Package zend-expressive-monolog
Short Description Mezzio Monolog ErrorHandler
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package zend-expressive-monolog
Mezzio Monolog ErrorHandler
This library enables Monolog as ErrorHandler in Mezzio.
Currently, there are 2 handlers supported (more will be added if needed):
StreamHandler
: Logs records into any PHP stream, use this for log files.SentryHandler
: Logs records to Sentry.io (requiressentry/sdk
package).
Install
Configuration
Create a monolog.global.php
file in your config
directory:
Usage
To enable it, you just have to add Geo6\Mezzio\Monolog\ConfigProvider::class
to your main configuration (usually config/config.php
):
The Monolog ErrorHandler will be active only in "production mode" (when $config['debug]
is false
).
To switch to "production mode", you can use composer run development-disable
.
All versions of zend-expressive-monolog with dependencies
PHP Build Version
Package Version
Requires
monolog/monolog Version
^1.24 || ^2.0
mezzio/mezzio Version ^3.2
laminas/laminas-servicemanager Version ^3.4
laminas/laminas-dependency-plugin Version ^2.1
mezzio/mezzio Version ^3.2
laminas/laminas-servicemanager Version ^3.4
laminas/laminas-dependency-plugin Version ^2.1
The package geo6/zend-expressive-monolog contains the following files
Loading the files please wait ....