PHPackages                             itakademy/laminas-bugsnag - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. itakademy/laminas-bugsnag

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

itakademy/laminas-bugsnag
=========================

Bugsnag Notifier for Laminas

v1.1.5(5y ago)08841MITPHPPHP ^5.6 || ^7.0

Since Feb 21Pushed 5y agoCompare

[ Source](https://github.com/itakademy/laminas-bugsnag)[ Packagist](https://packagist.org/packages/itakademy/laminas-bugsnag)[ RSS](/packages/itakademy-laminas-bugsnag/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (8)Used By (0)

Laminas-Bugsnag
===============

[](#laminas-bugsnag)

[Bugsnag](https://bugsnag.com) Notifier for [Laminas Framework](https://getlaminas.org/)
----------------------------------------------------------------------------------------

[](#bugsnag-notifier-for-laminas-framework)

**This package is a fork of [nickurt/zf-bugsnag](https://github.com/nickurt/zf-bugsnag), which seemed to be inactive for some time. This is a port for [Laminas](https://getlaminas.org/) project. Thank's to [Nickurt](https://github.com/nickurt/) for his job.**

### Bugsnag?

[](#bugsnag)

The [Bugsnag](https://bugsnag.com) Notifier for [Laminas Framework](https://getlaminas.org/) gives you instant notifications of the errors in your application. You can create a free plan/account on the [bugsnag](https://bugsnag.com) website.

### Install

[](#install)

#### Installation with the composer

[](#installation-with-the-composer)

```
php composer.phar require itakademy/laminas-bugsnag
```

or with global composer install :

```
composer require itakademy/laminas-bugsnag
```

### Requirements

[](#requirements)

- PHP5.6+ or PHP7.0+
- [Laminas](https://getlaminas.org/)
- [Bugsnag PHP-API](https://github.com/bugsnag/bugsnag-php)

### Post Installation

[](#post-installation)

Enable it in your `./config/modules.config.php` file

```
