PHPackages                             ibolmo/sf-error-notifier-plugin - 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. ibolmo/sf-error-notifier-plugin

ActiveSymfony1-plugin[Mail &amp; Notifications](/categories/mail)

ibolmo/sf-error-notifier-plugin
===============================

sfErrorNotifierPlugin sends automatically email notifications when application errors

v1.1.0(13y ago)23.1kPHP

Since Apr 3Pushed 13y ago1 watchersCompare

[ Source](https://github.com/theoreticaLee/sfErrorNotifierPlugin)[ Packagist](https://packagist.org/packages/ibolmo/sf-error-notifier-plugin)[ Docs](http://www.symfony-project.org/plugins/sfErrorNotifierPlugin)[ RSS](/packages/ibolmo-sf-error-notifier-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

sfErrorNotifierPlugin plugin
============================

[](#sferrornotifierplugin-plugin)

The `sfErrorNotifierPlugin` sends automatic email notifications when application errors (exceptions) occur and are not caught. It's easy configuration allows you to set which environments to enable for the notifications.

Authors
-------

[](#authors)

- Daniele Occhipinti
- Olmo Maldonado

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

[](#installation)

```
git clone https://github.com/ibolmo/sfErrorNotifierPlugin.git ./plugins/sfErrorNotifierPlugin
git submodule update --init

```

Configure
---------

[](#configure)

Take a look at all the configure options in:

```
./plugins/sfErrorNotifierPlugin/config/app.yml

```

Update your application(s) `app.yml`. For example:

```
# apps/frontend/config/app.yml
all:
  sf_error_notifier_plugin:
    email_to: email@domain.tld
dev:
  sf_error_notifier_plugin:
    enabled: false

```

Modify Email Template
---------------------

[](#modify-email-template)

`sfErrorNotifierPlugin` uses a partial to generate the emails. Since `2.0` you'll able to create your own module and partial to override the default template.

```
mkdir -p ./apps/frontend/modules/sfErrorNotifier/templates
$EDITOR ./apps/frontend/modules/sfErrorNotifier/templates/_notify.php

```

Changelog
---------

[](#changelog)

### 2011-03-09 | 2.0

[](#2011-03-09--20)

- New and improved. Uses Swift\_Mailer as mailer. Partial for email body.

### 2010-10-13 | 1.6

[](#2010-10-13--16)

- In the configuration, we have added a key ('enabled') that you need to set (we wanted to enable the plugin in a more standard way)
- New option report404 to specifically target 404 errors
- fixed a bug: when page\_not\_found event was fired a PHP error was fired

### 2010-08-05 | 1.5

[](#2010-08-05--15)

- works with Symfony 1.4 (thanks to luctus)
- it should alert also for PHP fatal errors (such as memory exausted) (thanks to maksim\_ka)
- fixed a bug: under certain conditions, the $user variable wasn't an object and that was triggering a Fatal Error
- you can specify a mailer function (or method) to use rather than the native PHP mail method
- the notification now also contains some further details for the request
- the notification now also contains the name of the application
- tested on Symfony 1.2, 1.3 and 1.4

### 2010-03-23 | 1.2

[](#2010-03-23--12)

- Fixed a bug in the documentation
- Made the code a bit more robust

### 2009-10-28 | 1.1

[](#2009-10-28--11)

- Added nice HTML format for the email (thanks to Gustavo Garcia)
- Added user information to the email (thanks to Gustavo Garcia)
- Added the possibility to also trigger the notification email explicitly via a standard method call

### 2009-04-30 | 1.0.2

[](#2009-04-30--102)

- Improved the documentation
- Made the email subject more explanatory

### 2009-04-27 | 1.0.1

[](#2009-04-27--101)

- Improved the documentation

### 2009-04-26 | 1.0.0

[](#2009-04-26--100)

- converted the plugin to 1.1

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 66.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

Unknown

Total

1

Last Release

4829d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/591833?v=4)[Lee Leathers](/maintainers/theoreticaLee)[@theoreticaLee](https://github.com/theoreticaLee)

---

Top Contributors

[![ibolmo](https://avatars.githubusercontent.com/u/27246?v=4)](https://github.com/ibolmo "ibolmo (4 commits)")[![theoreticaLee](https://avatars.githubusercontent.com/u/591833?v=4)](https://github.com/theoreticaLee "theoreticaLee (2 commits)")

### Embed Badge

![Health badge](/badges/ibolmo-sf-error-notifier-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/ibolmo-sf-error-notifier-plugin/health.svg)](https://phpackages.com/packages/ibolmo-sf-error-notifier-plugin)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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