项目作者: hiqdev

项目描述 :
Health monitoring for Yii2 applications
高级语言: PHP
项目地址: git://github.com/hiqdev/yii2-monitoring.git
创建时间: 2017-04-13T15:11:41Z
项目社区:https://github.com/hiqdev/yii2-monitoring

开源协议:BSD 3-Clause "New" or "Revised" License

下载


Yii2 Monitoring

Health monitoring for Yii2 applications

Latest Stable Version
Total Downloads
Build Status
Scrutinizer Code Coverage
Scrutinizer Code Quality
Dependency Status

Provides:

  • Notifications for system administrators for uncaught exceptions and other errors
    sent through email or Sentry
  • Feedback form on error pages for users could leave message for system administrators

Installation

Add to required section of your composer.json:

  1. "hiqdev/yii2-monitoring": "*"

Out of the box this plugin supports used feedback form and
sending notifications to email.

To enable additional features require:

Configuration

This extension is supposed to be used with composer-config-plugin.

Else look src/config/hisite.php for cofiguration example.

Available configuration parameters:

  • monitoring.email.from
  • monitoring.email.to
  • sentry.dsn

License

This project is released under the terms of the BSD-3-Clause license.
Read more here.

Copyright © 2017, HiQDev (http://hiqdev.com/)