Download the PHP package php-bug-catcher/reporter-bundle without Composer
On this page you can find all versions of the php package php-bug-catcher/reporter-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package reporter-bundle
Catch every bug in your Symfony application
This package is used to send errors from your Symfony application to the Bug Catcher tool.
Bug Catcher is a central dashboard for tracking all errors in your PHP applications in one place. It offers features such as:
- Ping collector – monitoring the availability of your projects.
- Log viewer – log viewer with stack trace and code preview.
- Configurable notifications – alerts via email, sound, or other channels.
- Access control – ability to grant clients access to specific projects.
For more information, visit the main project: https://github.com/php-bug-catcher/bug-catcher
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
versions
| BugCatcher | Symfony |
|---|---|
| v1 | 4.4 |
| v2 | 5.4,6.4,7.4,8.0 |
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php file of your project:
Configuration
If you want to send caught errors via HTTP request
Automatic logging by Monolog
Custom Logging
All versions of reporter-bundle with dependencies
kregel/exception-probe Version ^1.0
monolog/monolog Version ^3.0|^4.0
symfony/dependency-injection Version ^5.4|^6.4|^7.4|^8.0
symfony/event-dispatcher Version ^6.4|^7.4|^8.0
symfony/framework-bundle Version ^6.4|^7.4|^8.0
symfony/monolog-bundle Version ^3.0|^4.0