PHPackages                             pessek/digest - 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. pessek/digest

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

pessek/digest
=============

Sends out a digest mail for site and group activity

v1.0(4y ago)03proprietaryPHPPHP &gt;=7.1

Since May 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rheman/digest)[ Packagist](https://packagist.org/packages/pessek/digest)[ RSS](/packages/pessek-digest/feed)WikiDiscussions master Synced 6d ago

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

Digest
======

[](#digest)

[![Build Status](https://camo.githubusercontent.com/b3d0f1392977e2e58d9d0868bf567242a167a6911e94bf45cabfa6bf44b8ee09/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6c64547269636b2f6469676573742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ColdTrick/digest/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0f8ad5b61e7c4bbd53f00dd4fc579bfde4995e21167fcf5f2cab2970208f8a90/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6c64547269636b2f6469676573742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ColdTrick/digest/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/ae4a616a05c41b5e7cc4e08806728c3b12f7ed497553571ff8214b5174c8d69e/68747470733a2f2f706f7365722e707567782e6f72672f636f6c64747269636b2f6469676573742f762f737461626c652e737667)](https://packagist.org/packages/coldtrick/digest)[![License](https://camo.githubusercontent.com/8f0a4e6d5ce2511f0ac7a4f798f74e9cc7bf0da8d7c1bbe5de1ee9c7dfc5e3ea/68747470733a2f2f706f7365722e707567782e6f72672f636f6c64747269636b2f6469676573742f6c6963656e73652e737667)](https://packagist.org/packages/coldtrick/digest)

Send out a digest to your users

Features
--------

[](#features)

Sends mails with update information to your site or group members based on default or personal intervals (monthly, fortnightly, weekly or daily)

- site wide digest
- group digest
- html mail (or fallback to online link if not supported)
- sent digest can also be viewed online (not only in mail)
- extend/replace layout or content of digests with own views
- exclude groups from delivery with a hook

Plugin developers
-----------------

[](#plugin-developers)

If you wish to supply content for either the Site digest of Group digest you can easily extend the digest.

### For the Site digest

[](#for-the-site-digest)

Please extend the view "digest/elements/site" with the content from your plugin and extend the view "css/digest/site" with the CSS that's part of this content.

You can find out which variables your have available in your view by checking the view "digest/elements/site".

We suggest you put your content in "digest/elements/site/" and the CSS in "css/digest/site/". This is just a suggestion, but it would make it easier for theme developers.

### For the Group digest

[](#for-the-group-digest)

Please extend the view "digest/elements/group" with the content from your plugin and extend the view "css/digest/group" with the CSS that's part of this content.

You can find out which variables your have available in your view by checking the view "digest/elements/group".

We suggest you put your content in "digest/elements/group/" and the CSS in "css/digest/group/". This is just a suggestion, but it would make it easier for theme developers.

Theme developers
----------------

[](#theme-developers)

If you want to adjust the Digest to look like your theme, please check to following elements

### Shell

[](#shell)

The base layout of the digest can be found in the view "page/layouts/digest". The CSS that's part of the base layout can be found in the view "css/digest/core".

### Elements

[](#elements)

The base layout consists of a few default elements

#### Header

[](#header)

In the view "digest/elements/header" this contains the title of the current digest.

#### Online link

[](#online-link)

In the view "digest/elements/online" this contains a link to the online view of the digest. In case the digest can't be viewed correctly in the e-mail client.

#### Content

[](#content)

The content of the digest will be made using the view view "digest/elements/site" for the Site digest or "digest/elements/group" for the Group digest.

Both view are just empty wrapper view, all plugins are required to extend to these views in order to display content.

#### Footer

[](#footer)

In the view "digest/elements/footer" this contains a description of either the Site or the Group, depending on the digest.

#### Unsubscribe

[](#unsubscribe)

In the view "digest/elements/unsubscribe" this contains some information about where the digest came from, how the user can change the settings of the digest and a direct link to unsubscribe from the digest.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

1815d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/649b17479d3b3a91bcdbbd05d56d9c55a33e095c8c4412ba6a34fa43bd3aff46?d=identicon)[rhemandaddy](/maintainers/rhemandaddy)

---

Tags

pluginemailelggnotifications

### Embed Badge

![Health badge](/badges/pessek-digest/health.svg)

```
[![Health](https://phpackages.com/badges/pessek-digest/health.svg)](https://phpackages.com/packages/pessek-digest)
```

###  Alternatives

[tuyakhov/yii2-notifications

The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.

6735.5k2](/packages/tuyakhov-yii2-notifications)

PHPackages © 2026

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