Download the PHP package kick-in/exception-handler-bundle without Composer
On this page you can find all versions of the php package kick-in/exception-handler-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kick-in/exception-handler-bundle
More information about kick-in/exception-handler-bundle
Files in kick-in/exception-handler-bundle
Package exception-handler-bundle
Short Description This bundles integrates an simple Exception Handler in your Symfony Application, which is capable of mailing the exact problem.
License MIT
Homepage https://github.com/kick-in/exception-handler-bundle
Informations about the package exception-handler-bundle
ExceptionHandlerBundle
This bundles integrates an simple Exception Handler in your Symfony Application, which is capable of mailing the exact problem.
Upgrading
See the upgrade notes.
Installation
In order for this bundle to work, you are required to follow the following steps:
-
Install the bundle:
-
Enable the bundle in your
bundles.php
(if not done automatically) -
Choose the mail backend in the configuration. For example, for SwiftMailer:
-
Implement your custom configuration service. This should implement either
Configuration\SwiftMailerConfigurationInterface
or
Configuration\SymfonyMailerConfigurationInterface
, depending on you mail backend choice.You can check a custom example implementation here.
-
Your configuration will be autowired to the correct ExceptionHandler if you have set
container.autowiring.strict_mode
to false. Otherwise, (default in Symfony >=4.0), alias theKickin\ExceptionHandlerBundle\Configuration\(Swift|Symfony)MailerConfigurationInterface
service to your custom configuration class. For example: - [SwiftMailer only] Create the
exception_mailer
SwiftMailer instance. For example:
That should be it, happy exception mailing!
Contributors
The original functionality has been created by WendoB, while BobV splitted the codebase into a separate bundle making it configurable for more users.
Problems
If you experience any problems, do not hesitate to create an issue (or PR if you're able to fix it)!
All versions of exception-handler-bundle with dependencies
symfony/filesystem Version ~4.4|~5.4|~6.3
symfony/dependency-injection Version ~4.4|~5.4|~6.3
symfony/security-core Version ~4.4|~5.4|~6.3
symfony/config Version ~4.4|~5.4|~6.3
symfony/event-dispatcher Version ~4.4|~5.4|~6.3
symfony/http-foundation Version ~4.4|~5.4|~6.3
symfony/http-kernel Version ~4.4|~5.4|~6.3
symfony/twig-bundle Version ~4.4|~5.4|~6.3