2017 © Pedro Peláez
 

library silex-bugsnag

Bugsnag error reporting integration for Silex 2

image

fortis/silex-bugsnag

Bugsnag error reporting integration for Silex 2

  • Friday, August 5, 2016
  • by fortis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 150 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Silex 2 Service Provider for Bugsnag

Bugsnag captures errors in real-time from your web, mobile and desktop applications, helping you to understand and resolve them as fast as possible. Create a free account to start capturing errors from your applications., (*1)

Usage

Register

$app->register(new \Bugsnag\Silex\Provider\BugsnagServiceProvider, array(
    'bugsnag.options' => array(
        'apiKey' => '06615ad354054619aa3d601ea89af945'
    )
));

Thats it, all exceptions will be sent to Bugsnag dashboard., (*2)

If you want to access the bugsnag client directly (for example, to configure it or to send a crash report manually), you can use $app['bugsnag']., (*3)

The Versions

05/08 2016

dev-master

9999999-dev http://github.com/fortis/silex-bugsnag

Bugsnag error reporting integration for Silex 2

  Sources   Download

GPL

The Requires

 

by Alan Bondarchuk

logging errors tracking exceptions bugsnag

05/08 2016

v1.0.1

1.0.1.0 http://github.com/fortis/silex-bugsnag

Bugsnag error reporting integration for Silex 2

  Sources   Download

GPL

The Requires

 

by Alan Bondarchuk

logging errors tracking exceptions bugsnag

03/08 2016

v1.0.0

1.0.0.0 http://github.com/fortis/silex-bugsnag

Bugsnag error reporting integration for Silex 2

  Sources   Download

GPL

The Requires

 

by Alan Bondarchuk

logging errors tracking exceptions bugsnag