PHPackages                             onlime/exception-report-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. onlime/exception-report-bundle

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

onlime/exception-report-bundle
==============================

Enables simple exception reports by email in your Symfony3 project.

0.3.5(10y ago)079MITPHPPHP &gt;=5.6.0

Since Feb 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/onlime/ExceptionReportBundle)[ Packagist](https://packagist.org/packages/onlime/exception-report-bundle)[ Docs](https://www.onlime.ch/)[ RSS](/packages/onlime-exception-report-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (7)Versions (8)Used By (0)

Symfony3 Exception Report Bundle
================================

[](#symfony3-exception-report-bundle)

This bundle will autoload an exception handler into the framework, so that all uncaught errors are sent by email to the developer. No external services required. Just produces bloody simple exception reports including important client and request metadata.

This bundle was inspired by [PhpAirbrakeBundle](https://github.com/ibrows/PhpAirbrakeBundle).

Requirements
------------

[](#requirements)

- PHP 5.6 or above
- Symfony 3.0 or above (Symfony2 might work as well)
- [Symfony Swiftmailer Bundle](https://github.com/symfony/swiftmailer-bundle) (included by composer)
- [MaxMind GeoIP Symfony2 Bundle](https://github.com/IDCI-Consulting/Maxmind-GeoIp) (included by composer)

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

[](#installation)

### Install with Composer

[](#install-with-composer)

```
$ composer require onlime/exception-report-bundle
```

Update GeoIP database:

```
$ bin/console maxmind:geoip:update-data http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
```

Configuration
-------------

[](#configuration)

Enable bundle in your AppKernel.php:

```
# app/AppKernel.php
