2017 © Pedro Peláez
 

library monolog-bugsnag

A monolog handler that will send messages to bugsnag

image

zae/monolog-bugsnag

A monolog handler that will send messages to bugsnag

  • Friday, September 18, 2015
  • by Zae
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2,462 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

monolog-bugsnag

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

Monolog Handler for sending errors to bugsnag. This way not only crashes will be send but you can easily send other debug information to bugsnag by reusing your monolog error handling., (*2)

Install

Via Composer, (*3)

``` bash $ composer require zae/monolog-bugsnag, (*4)


## Usage ``` php $bugsnag = new Bugsnag_Client('YOUR_API_KEY'); $logger = new Logger('my_logger'); $logger->pushHandler(new BugsnagHandler(Logger::WARNING, true, 'BugsnagMonolog', $bugsnag));

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING for details., (*7)

Security

If you discover any security related issues, please email ezra@tsdme.nl instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

18/09 2015

dev-master

9999999-dev

A monolog handler that will send messages to bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ezra Pool

debug monolog error bugsnag zae ezra

18/09 2015

1.0.0

1.0.0.0

A monolog handler that will send messages to bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ezra Pool

debug monolog error bugsnag zae ezra