StyleCI Bugsnag was created by, and is maintained by Graham Campbell, and is a Bugsnag bridge for Laravel 5. Feel free to check out the change log, releases, license, and contribution guidelines.
This package is no longer maintained.
PHP 5.5+ or HHVM 3.6+, and Composer are required.
To get the latest version of StyleCI Bugsnag, simply add the following line to the require block of your composer.json
file:
"styleci/bugsnag": "0.1.*"
You'll then need to run composer install
or composer update
to download it and have the autoloader updated.
Once StyleCI Bugsnag is installed, you need to register the service provider. Open up config/app.php
and add the following to the providers
key.
'StyleCI\Bugsnag\BugsnagServiceProvider'
StyleCI Bugsnag is designed to manage user provided bugsnag and protect against bad input. There is currently no real documentation for this package, but we are open to pull requests.
StyleCI Bugsnag is licensed under The MIT License (MIT).