Download the PHP package bitweb/error-reporting without Composer
On this page you can find all versions of the php package bitweb/error-reporting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bitweb/error-reporting
More information about bitweb/error-reporting
Files in bitweb/error-reporting
Download bitweb/error-reporting
More information about bitweb/error-reporting
Files in bitweb/error-reporting
Vendor bitweb
Package error-reporting
Short Description BitWeb extension for sending errors to email.
License BSD-3-Clause
Homepage http://bitweb.ee/
Package error-reporting
Short Description BitWeb extension for sending errors to email.
License BSD-3-Clause
Homepage http://bitweb.ee/
Please rate this library. Is it a good library?
Informations about the package error-reporting
error-reporting
Usage:
Add this to your index.php file, right after autoloading.
Add this to the last line of your index.php
Configuration
Name | Type | Default | Description |
---|---|---|---|
errorReportingLevel | integer | E_ALL | The level of error reporting. |
subject | string | Errors |
The subject of the message being sent. |
emails | array | array() |
An array of emails the error report is sent to. |
from_address | string | '' |
Address where the message is sent from. |
ignore404 | boolean | false |
Are 404 errors ignored? |
ignoreBot404 | boolean | false |
Are bot 404 errors ignored? |
botList | array | array() |
Defines bots. |
ignorableExceptions | array | array('ErrorException') |
Exceptions to ignore. |
ignorablePaths | array | array() |
Paths to ignore. |
All versions of error-reporting with dependencies
PHP Build Version
Package Version
Requires
bitweb/stdlib Version
~1.0
zendframework/zend-view Version ~2.2
zendframework/zend-servicemanager Version ~2.2
zendframework/zend-filter Version ~2.2
zendframework/zend-i18n Version ~2.2
zendframework/zend-view Version ~2.2
zendframework/zend-servicemanager Version ~2.2
zendframework/zend-filter Version ~2.2
zendframework/zend-i18n Version ~2.2
The package bitweb/error-reporting contains the following files
Loading the files please wait ....