bugsnag / bugsnag-silex
The Bugsnag middleware for Silex
Installs: 214 301
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 29
Forks: 5
Open Issues: 0
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
This package is not auto-updated.
Last update: 2023-12-20 20:15:54 UTC
README
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.