bugsnag/bugsnag-silex
This package is abandoned and no longer maintained.
No replacement package was suggested.
The Bugsnag middleware for Silex
Maintainers
v2.5.2
2020-02-26 22:04 UTC
Requires
- php: >=5.5
- bugsnag/bugsnag: ^3.20
- silex/silex: ^1.2|^2.0
Requires (Dev)
- graham-campbell/testbench-core: ^1.1
- mockery/mockery: ^0.9.4|^1.3.1
- phpunit/phpunit: ^4.8.36|^5.6.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT a8caf6d11ccb9e3165556b895f066785e432470f
- James Smith <notifiers.woop@bugsnag.com>
This package is not auto-updated.
Last update: 2023-12-20 20:15:54 UTC
README
👁 Build Status
👁 StyleCI Status
👁 Documentation
The Bugsnag Notifier for Silex gives you instant notification of errors and exceptions in your Silex PHP applications. We support both Silex 1 and 2. Learn more about monitoring and reporting errors in your Silex PHP apps with Bugsnag.
Features
- Automatically report unhandled exceptions and crashes
- Report handled exceptions
- Attach user information and custom diagnostic data to determine how many people are affected by a crash
Getting started
- Create a Bugsnag account
- Complete the instructions in the integration guide
- Report handled exceptions using
Bugsnag::notify() - Customize your integration using the configuration options
Support
- Check out the configuration options
- Search open and closed issues for similar problems
- Report a bug or request a feature
Contributing
All contributors are welcome! For information on how to build, test, and release, see our contributing guide.
License
The Bugsnag Silex library is free software released under the MIT License. See LICENSE.txt for details.
