PHPackages                             kick-in/exception-handler-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. kick-in/exception-handler-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

kick-in/exception-handler-bundle
================================

This bundles integrates an simple Exception Handler in your Symfony Application, which is capable of mailing the exact problem.

4.0.2(5mo ago)118.1k↓55.4%MITPHPPHP &gt;=7.3CI failing

Since Oct 28Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/Kick-In/exception-handler-bundle)[ Packagist](https://packagist.org/packages/kick-in/exception-handler-bundle)[ Docs](https://github.com/kick-in/exception-handler-bundle)[ RSS](/packages/kick-in-exception-handler-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (10)Versions (21)Used By (0)

ExceptionHandlerBundle
======================

[](#exceptionhandlerbundle)

This bundles integrates an simple Exception Handler in your Symfony Application, which is capable of mailing the exact problem.

Upgrading
---------

[](#upgrading)

See the [upgrade notes](UPGRADE.md).

Installation
------------

[](#installation)

In order for this bundle to work, you are required to follow the following steps:

1. Install the bundle:

```
php composer.phar require kick-in/exception-handler-bundle

```

1. Enable the bundle in your `bundles.php` (if not done automatically)

```
$bundles = [
  Kickin\ExceptionHandlerBundle\KickinExceptionHandlerBundle::class => ['all' => true],
];
```

1. Choose the mail backend in the configuration. For example, for SwiftMailer:

```
kickin_exception_handler:
    mail_backend: 'swift' # One of "swift"; "swift_mailer"; "symfony"; "symfony_mailer"
```

1. Implement your custom configuration service. This should implement either [`Configuration\SwiftMailerConfigurationInterface`](https://github.com/Kick-In/exception-handler-bundle/blob/master/Configuration/SwiftMailerConfigurationInterface.php)or
    [`Configuration\SymfonyMailerConfigurationInterface`](https://github.com/Kick-In/exception-handler-bundle/blob/master/Configuration/SymfonyMailerConfigurationInterface.php), depending on you mail backend choice.

    You can check a custom example implementation [here](Resources/doc/configuration-example.md).
2. Your configuration will be autowired to the correct ExceptionHandler if you have set `container.autowiring.strict_mode` to false. Otherwise, (default in Symfony &gt;=4.0), alias the `Kickin\ExceptionHandlerBundle\Configuration\(Swift|Symfony)MailerConfigurationInterface` service to your custom configuration class. For example:

```
 Kickin\ExceptionHandlerBundle\Configuration\SymfonyMailerConfigurationInterface:
   alias: 'App\ExceptionHandler\ExceptionHandlerConfiguration'
```

1. \[SwiftMailer only\] Create the `exception_mailer` SwiftMailer instance. For example:

```
swiftmailer:
    default_mailer: default
    mailers:
      default:
        transport: "%mailer_transport%"
      exception_mailer:
        transport: "%mailer_transport%"
        spool: { type: memory }
```

That should be it, happy exception mailing!

Contributors
------------

[](#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
--------

[](#problems)

If you experience any problems, do not hesitate to create an issue (or PR if you're able to fix it)!

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance84

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 72.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~167 days

Recently: every ~202 days

Total

19

Last Release

162d ago

Major Versions

1.1.1 → 2.0.02019-02-11

2.1.0 → 3.0.02020-03-31

3.1.0 → 4.0.02024-05-21

PHP version history (2 changes)1.0.0PHP &gt;=7.0

3.0.0PHP &gt;=7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1835343?v=4)[Bob van de Vijver](/maintainers/bobvandevijver)[@bobvandevijver](https://github.com/bobvandevijver)

![](https://avatars.githubusercontent.com/u/3901745?v=4)[Tobias Feijten](/maintainers/tobias-93)[@tobias-93](https://github.com/tobias-93)

---

Top Contributors

[![bobvandevijver](https://avatars.githubusercontent.com/u/1835343?v=4)](https://github.com/bobvandevijver "bobvandevijver (29 commits)")[![tobias-93](https://avatars.githubusercontent.com/u/3901745?v=4)](https://github.com/tobias-93 "tobias-93 (11 commits)")

---

Tags

exception-handlerexception-reportingphpsymfonysymfony-bundlesymfonyexception handler

### Embed Badge

![Health badge](/badges/kick-in-exception-handler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kick-in-exception-handler-bundle/health.svg)](https://phpackages.com/packages/kick-in-exception-handler-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k185.6M2.4k](/packages/symfony-security-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
