PHPackages                             sparklink/email-errors-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. sparklink/email-errors-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

sparklink/email-errors-bundle
=============================

Symfony bundle to send errors by email

1.3.3(1y ago)1243↓100%1[1 PRs](https://github.com/sparklink-pro/EmailErrorsBundle/pulls)MITTwig

Since Apr 2Pushed 1y agoCompare

[ Source](https://github.com/sparklink-pro/EmailErrorsBundle)[ Packagist](https://packagist.org/packages/sparklink/email-errors-bundle)[ Docs](https://github.com/sparklink-pro/EmailErrorsBundle)[ RSS](/packages/sparklink-email-errors-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (15)Used By (0)

EmailErrorsBundle
=================

[](#emailerrorsbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/f94e78688202734872d1cf942fc5ebb201e2e2f9a8970b579c52632dc7f5c629/68747470733a2f2f706f7365722e707567782e6f72672f737061726b6c696e6b2f656d61696c2d6572726f72732d62756e646c652f76)](//packagist.org/packages/sparklink/email-errors-bundle)[![Total Downloads](https://camo.githubusercontent.com/f1b0513f269c1b18c6ab54c10ea3a4b7ec2f6a5456cf52b90bbc01efcedfd689/68747470733a2f2f706f7365722e707567782e6f72672f737061726b6c696e6b2f656d61696c2d6572726f72732d62756e646c652f646f776e6c6f616473)](//packagist.org/packages/sparklink/email-errors-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/447f24252944c4b8fb20c54b670526bf332546ddb23867d5205441f8e2396e7d/68747470733a2f2f706f7365722e707567782e6f72672f737061726b6c696e6b2f656d61696c2d6572726f72732d62756e646c652f762f756e737461626c65)](//packagist.org/packages/sparklink/email-errors-bundle)[![License](https://camo.githubusercontent.com/230e442b2910eb56f30923d09c281e4a89dc11ec5a02de7d557791d9674c4cf0/68747470733a2f2f706f7365722e707567782e6f72672f737061726b6c696e6b2f656d61696c2d6572726f72732d62756e646c652f6c6963656e7365)](//packagist.org/packages/sparklink/email-errors-bundle)

This Symfony bundle provides a way to send email notifications when an error occurs in your application.

[![EmailErrorsBundle](./docs/screeenshot/email_errors.png)](./docs/screeenshot/email_errors.png)[![EmailErrorsBundle](./docs/screeenshot/email_errors_2.png)](./docs/screeenshot/email_errors_2.png)

Download the Bundle
-------------------

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

```
composer require sparklink/email-errors-bundle
```

Symfony Flex Installation
-------------------------

[](#symfony-flex-installation)

### Accept the contrib recipes installation from Symfony Flex

[](#accept-the-contrib-recipes-installation-from-symfony-flex)

```
-  WARNING  sparklink/email-errors-bundle (1.0.0): From github.com/symfony/recipes-contrib
    The recipe for this package comes from the "contrib" repository, which is open to community contributions.
    Do you want to execute this recipe?
    [y] Yes
    [n] No
    [a] Yes for all packages, only for the current installation session
    [p] Yes permanently, never ask again for this project
    (defaults to n):
```

Manual Installation
-------------------

[](#manual-installation)

### Enable the Bundle

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

```
// config/bundles.php

return [
    // ...
    Sparklink\EmailErrorsBundle\EmailErrorsBundle::class => ['all' => true],
];
```

### Configure the Bundle

[](#configure-the-bundle)

Create a new file `config/packages/email_errors.yaml` and add the following configuration:

```
# config/packages/email_errors.yaml
email_errors:
  enabled: "%kernel.debug%"
  from: "%env(resolve:MAILER_ERRORS_FROM)%"
  to: "%env(resolve:MAILER_ERRORS_TO)%"
  ignored_exception_class: []
  graphql: true
```

You can ignore some exceptions by adding the class name in the `ignored_exception_class` array.
If `graphql` is set to `true`, the bundle will also handle errors from the `GraphQLBundle` and send them.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.7% 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 ~11 days

Recently: every ~35 days

Total

14

Last Release

616d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e32457fe926fcd1eb26d8b34540f3a9d62e78b8d23cc811f9f2e02f3e96e5ff?d=identicon)[sparklink](/maintainers/sparklink)

---

Top Contributors

[![Vincz](https://avatars.githubusercontent.com/u/400525?v=4)](https://github.com/Vincz "Vincz (18 commits)")[![Damienbelingheri](https://avatars.githubusercontent.com/u/59914068?v=4)](https://github.com/Damienbelingheri "Damienbelingheri (1 commits)")

### Embed Badge

![Health badge](/badges/sparklink-email-errors-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sparklink-email-errors-bundle/health.svg)](https://phpackages.com/packages/sparklink-email-errors-bundle)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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