承接 bitweb/error-reporting 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bitweb/error-reporting

Composer 安装命令:

composer require bitweb/error-reporting

包简介

BitWeb extension for sending errors to email.

README 文档

README

Build Status Coverage Status ##Usage:

Add this to your index.php file, right after autoloading.

$errorService = new \BitWeb\ErrorReporting\Service\ErrorService(array(
    'errorReportingLevel' => E_ALL,
    'subject' => '[Errors][your-app-id-here]',
    'emails' => array (
        'you@domain.com'
    ),
    'from_address' => 'you@domain.com',
    'ignore404' => false,
    'ignoreBot404' => false,
    'botList' => array(
        'AhrefsBot',
        'bingbot',
        'Ezooms',
        'Googlebot',
        'Mail.RU_Bot',
        'YandexBot',
    ),
    'ignorableExceptions' => array(
        'ErrorException'
    ),
    'ignorablePaths' => array (
        'paths/to/ignore'
    )
));
$errorService->startErrorHandling();

Add this to the last line of your index.php

$errorService->endErrorHandling();

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.

统计信息

  • 总下载量: 2.38k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 10
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2014-04-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固