styleci / bugsnag
StyleCI Bugsnag Is A Bugsnag Bridge For Laravel 5
Requires
- php: >=5.5.9
- bugsnag/bugsnag: ~2.5
- graham-campbell/logger-core: ~1.0
- illuminate/contracts: 5.1.*
- illuminate/support: 5.1.*
- psr/log: ~1.0
Requires (Dev)
- graham-campbell/testbench: ~3.0
- phpunit/phpunit: ^4.7.6
This package is auto-updated.
Last update: 2022-02-01 12:45:31 UTC
README
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.
WARNING
This package is no longer maintained.
Installation
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'
Usage
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.
License
StyleCI Bugsnag is licensed under The MIT License (MIT).