diablomedia/laminas-bugsnag
最新稳定版本:2.1.0
Composer 安装命令:
composer require diablomedia/laminas-bugsnag
包简介
Bugsnag Notifier for Laminas
README 文档
README
Bugsnag Notifier for Laminas Framework
This package is a fork of itakademy/laminas-bugsnag which is a fork of nickurt/zf-bugsnag. We forked it to our own organization to remove older compatibility that makes it easier to update dependencies and code. Thanks to both of these projects for the foundation work.
Bugsnag?
The Bugsnag Notifier for Laminas Framework gives you instant notifications of the errors in your application. You can create a free plan/account on the bugsnag website.
Install
Installation with composer
php composer.phar require diablomedia/laminas-bugsnag
or with global composer install :
composer require diablomedia/laminas-bugsnag
Requirements
- PHP 8.1.0 to 8.3.x
- Laminas
- Bugsnag PHP-API (version 3.23.1 minimum)
Post Installation
Enable it in your ./config/modules.config.php file
<?php // modules.config.php return [ 'LaminasBugsnag', // Must be added as the first module // ... ];
Configuration
Copy the ./vendor/diablomedia/laminas-bugsnag/config/laminasbugsnag.local.php.dist file to ./config/autoload/laminasbugsnag.local.php and customize the settings (IsEnabled, ApiKey, ...).
统计信息
- 总下载量: 86
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-15