PHPackages                             nickurt/zf-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. nickurt/zf-bugsnag

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

nickurt/zf-bugsnag
==================

ZfBugsnag

1.0.0(8y ago)211.5k7MITPHPPHP &gt;=5.5.0

Since Feb 21Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Bugsnag Notifier for Zend Framework 2.3 and 3.0
-----------------------------------------------

[](#bugsnag-notifier-for-zend-framework-23-and-30)

### Bugsnag?

[](#bugsnag)

The Bugsnag Notifier for Zend Framework 2.3 and 3.0 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 nickurt/zf-bugsnag:1.*
```

### Requirements

[](#requirements)

- PHP5.5+
- [Zend Framework 2.3](https://github.com/zendframework/zf2) or [Zend Framework 3.0](https://github.com/zendframework/zendframework)
- [Bugsnag PHP-API](https://github.com/bugsnag/bugsnag-php)

### Post Installation

[](#post-installation)

Enable it in your `application.config.php` (or `modules.config.php`) file

```
