2017 © Pedro Peláez
 

library zf-bugsnag

ZfBugsnag

image

nickurt/zf-bugsnag

ZfBugsnag

  • Wednesday, February 21, 2018
  • by nickurt
  • Repository
  • 1 Watchers
  • 3 Stars
  • 4,391 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 17 % Grown

The README.md

Bugsnag Notifier for Zend Framework 2.3 and 3.0

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 website., (*1)

Install

Installation with the composer

php composer.phar require nickurt/zf-bugsnag:1.*

Requirements

Post Installation

Enable it in your application.config.php (or modules.config.php) file, (*2)

<?php

// application.config.php
return array(
    'modules' => array(
        'ZfBugsnag', // Must be added as the first module
        // ...
    ),
    // ...
);

// modules.config.php
return [
    'ZfBugsnag', // Must be added as the first module

    // ...
];


Configuration

Copy the config/zfbugsnag.local.php file to your config/autoload folder and change the settings (IsEnabled/ApiKey), (*3)

The Versions

21/02 2018

dev-master

9999999-dev

ZfBugsnag

  Sources   Download

MIT

The Requires

 

bugsnag zfbugsnag

21/02 2018

1.0.0

1.0.0.0

ZfBugsnag

  Sources   Download

MIT

The Requires

 

bugsnag zfbugsnag