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(3mo ago)117.9k↓50%MITPHPPHP &gt;=7.3CI failing

Since Oct 28Pushed 3mo 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 1mo 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

49

—

FairBetter than 95% of packages

Maintenance78

Regular maintenance activity

Popularity25

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

116d 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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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