hiqdev / yii2-monitoring
Health monitoring for Yii2 applications
Installs: 20 951
Dependents: 8
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 1
Open Issues: 1
Type:yii2-extension
Requires
- yiisoft/yii2: ^2.0
Requires (Dev)
- hiqdev/hidev-hiqdev: <2.0
- hiqdev/hidev-php: <2.0
This package is auto-updated.
Last update: 2024-10-24 12:14:23 UTC
README
Health monitoring for Yii2 applications
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
:
"hiqdev/yii2-monitoring": "*"
Out of the box this plugin supports used feedback form and sending notifications to email.
To enable additional features require:
- mito/yii2-sentry - for sending to Sentry
- more later...
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/)