PHPackages                             morrislaptop/error-tracker-adapter-email - 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. morrislaptop/error-tracker-adapter-email

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

morrislaptop/error-tracker-adapter-email
========================================

Send email reports on exceptions

v0.1.0(11y ago)06MITPHP

Since Feb 23Pushed 10y agoCompare

[ Source](https://github.com/morrislaptop/error-tracker-adapter-email)[ Packagist](https://packagist.org/packages/morrislaptop/error-tracker-adapter-email)[ RSS](/packages/morrislaptop-error-tracker-adapter-email/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

error-tracker-adapter-email
===========================

[](#error-tracker-adapter-email)

[![Build Status](https://camo.githubusercontent.com/f56bc56fad9c7f5eb011d66c7ad39a6cbe5c84c76284c3b95f3798daa6f5fc95/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d6f727269736c6170746f702f6572726f722d747261636b65722d616461707465722d656d61696c2e706e67)](http://travis-ci.org/morrislaptop/error-tracker-adapter-email)[![Total Downloads](https://camo.githubusercontent.com/fcaf6921d8b56e26e9040c0a6f99d251431cb52d4443596b59d59d90a75b1c33/68747470733a2f2f706f7365722e707567782e6f72672f6d6f727269736c6170746f702f6572726f722d747261636b65722d616461707465722d656d61696c2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/morrislaptop/error-tracker-adapter-email)[![Latest Stable Version](https://camo.githubusercontent.com/2e0c59ab20599240a11cdf4bdf932a09278502bde2e4cae17fada38da5c9a28b/68747470733a2f2f706f7365722e707567782e6f72672f6d6f727269736c6170746f702f6572726f722d747261636b65722d616461707465722d656d61696c2f762f737461626c652e706e67)](https://packagist.org/packages/morrislaptop/error-tracker-adapter-email)

Send email reports on exceptions, using the Tracker interface from [error-tracker-adapter](https://github.com/morrislaptop/error-tracker-adapter)

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

[](#installation)

The recommended way to install is through [Composer](http://getcomposer.org):

```
$ composer require morrislaptop/error-tracker-adapter-email

```

Usage
-----

[](#usage)

The use of this library is a *reporter* and not a renderer. So it's recommended that you handle exceptions in your application with your own class and then report to this library if it's the right error type and/or environment.

```
