Download the PHP package diablomedia/laminas-bugsnag without Composer
On this page you can find all versions of the php package diablomedia/laminas-bugsnag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download diablomedia/laminas-bugsnag
More information about diablomedia/laminas-bugsnag
Files in diablomedia/laminas-bugsnag
Package laminas-bugsnag
Short Description Bugsnag Notifier for Laminas
License MIT
Informations about the package laminas-bugsnag
Laminas-Bugsnag
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
or with global composer install :
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
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, ...).
All versions of laminas-bugsnag with dependencies
bugsnag/bugsnag Version ^3.23.1
laminas/laminas-mvc Version ^3.3
laminas/laminas-servicemanager Version ^3.10
laminas/laminas-stdlib Version ^3.18.0
psr/container Version ^1.0.0