PHPackages                             dakota/email\_logger - 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. dakota/email\_logger

ActiveCakephp-plugin[Logging &amp; Monitoring](/categories/logging)

dakota/email\_logger
====================

CakePHP Email Logger

v1.0.1(12y ago)0213MITPHPPHP &gt;=5.2.0

Since Jul 18Pushed 12y agoCompare

[ Source](https://github.com/dakota/EmailLogger)[ Packagist](https://packagist.org/packages/dakota/email_logger)[ Docs](http://github.com/dakota/emaillogger)[ RSS](/packages/dakota-email-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

EmailLogger plugin
==================

[](#emaillogger-plugin)

Email engine for CakeLog, CakePHP 2.x Sends out emails for log entries.
Optional configuration for log levels to send emails, by default to all core log levels.

Background
----------

[](#background)

This plugin was developed when playing with a shared @phpfog CakePHP installation.
No shell and/or file access there. This plugin is just a quick and dirty way check
your app without turning debug on, or check errors that only occur with debug off.

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

[](#requirements)

- PHP 5.3
- CakePHP 2.x

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

[](#installation)

*\[Manual\]*

1. Download this:
2. Unzip that download.
3. Copy the resulting folder to app/Plugin
4. Rename the folder you just copied to EmailLogger

*\[GIT Submodule\]*

In your app directory type:

```
git submodule add git://github.com/ceeram/EmailLogger.git Plugin/EmailLogger
git submodule init
git submodule update

```

*\[GIT Clone\]*

In your plugin directory type

```
git clone git://github.com/ceeram/EmailLogger.git EmailLogger
```

Usage
-----

[](#usage)

In app/Config/bootstrap.php add: CakePlugin::load(‘EmailLogger’, array(‘bootstrap’ =&gt; true));
Add $email\_logger configuration in app/Config/email.php or create EmailLogger/Config/config.php

Configuration(optional):
------------------------

[](#configurationoptional)

EmailLogger/Config/config.php
Define which levels and email configuration to use for EmailLogger.
Set ‘duplicates’ to false/true to avoid receiving duplicate emails. (defaults to true)
Without this file, EmailLogger will send out emails for all log entries and all core log levels.

Note: Don’t setup your email configuration for EmailLogger with ‘log’ =&gt; true
or any log level which will be handled by EmailLogger

Important
---------

[](#important)

It’s not recommended to use this in production.

*Hint:*
Set ‘levels’ =&gt; array(‘logger’) and it wont ever send out emails for core errors,
and add CakeLog::write(‘logger’, ‘Log this’); or $this→log(‘Log this’, ‘logger’);
to the code you want to debug.

License
-------

[](#license)

Copyright © 2012 Ceeram

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~124 days

Total

2

Last Release

4554d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c82aedaabc1d940ea0e140150a1abcf9bb02c480d7fc9409d27645639f97b43d?d=identicon)[dakota](/maintainers/dakota)

---

Top Contributors

[![ceeram](https://avatars.githubusercontent.com/u/111448?v=4)](https://github.com/ceeram "ceeram (16 commits)")

---

Tags

loggingcakephp

### Embed Badge

![Health badge](/badges/dakota-email-logger/health.svg)

```
[![Health](https://phpackages.com/badges/dakota-email-logger/health.svg)](https://phpackages.com/packages/dakota-email-logger)
```

###  Alternatives

[monolog/monolog

Sends your logs to files, sockets, inboxes, databases and various web services

21.4k964.9M7.0k](/packages/monolog-monolog)[symfony/monolog-bundle

Symfony MonologBundle

2.9k249.1M1.5k](/packages/symfony-monolog-bundle)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M93](/packages/itsgoingd-clockwork)[bugsnag/bugsnag-laravel

Official Bugsnag notifier for Laravel applications.

90234.6M36](/packages/bugsnag-bugsnag-laravel)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)[stayallive/wp-sentry

A (unofficial) WordPress plugin to report PHP and JavaScript errors to Sentry.

379197.9k](/packages/stayallive-wp-sentry)

PHPackages © 2026

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