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

ActiveFlarum-extension[Mail &amp; Notifications](/categories/mail)

blomstra/digest
===============

Email digests for your forum users

0.1.0-beta.11.7(2y ago)31.9k1[1 issues](https://github.com/blomstra/flarum-ext-digest/issues)MITPHP

Since Apr 29Pushed 2y ago6 watchersCompare

[ Source](https://github.com/blomstra/flarum-ext-digest)[ Packagist](https://packagist.org/packages/blomstra/digest)[ RSS](/packages/blomstra-digest/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (9)Versions (21)Used By (0)

Digest
======

[](#digest)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) [![Latest Stable Version](https://camo.githubusercontent.com/30d5ac130ffd768d422451acf4e172f45c94fe9a61aca2d3021db688d86058b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c6f6d737472612f6469676573742e737667)](https://packagist.org/packages/blomstra/digest) [![Total Downloads](https://camo.githubusercontent.com/3956854657b4c5ac8eded825328deec2de2d52c599f02bdd1606657d0ffadc51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c6f6d737472612f6469676573742e737667)](https://packagist.org/packages/blomstra/digest)

A [Flarum](https://flarum.org/) extension. Email digests for your forum users.

2 frequencies are included by default: daily and weekly. The sending is implemented into the Flarum scheduler, so [it's the only thing you need to configure](https://docs.flarum.org/console#schedulerun).

You can optionally enable the "Single Digest" feature, which will bundle immediate notifications into a template similar to the digest for users who didn't configure a digest frequency. This feature will group all different notifications sent during a single Flarum request lifecycle together, even if some are processed on an asynchronous queue. If some jobs are asynchronous, all notifications for that request will be held on a queue until all jobs have finished processing so that a single email can be generated for each user.

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

[](#installation)

Install with composer:

```
composer require blomstra/digest:"*"
```

Updating
--------

[](#updating)

```
composer update blomstra/digest
php flarum migrate
php flarum cache:clear
```

Excluded Blueprints
-------------------

[](#excluded-blueprints)

A list of blueprints are excluded from both the Scheduled and Single Digests. These blueprints will always use the built-in Flarum email template and send immediately in their own email.

The following blueprints are in the excluded list:

- `flarum/suspend`: all notifications
- `fof/byobu`: all notifications
- `fof/subscribed`: post flagged

The excluded list can be customized by developers via the container binding `blomstra.digest.excludedBlueprints`.

Links
-----

[](#links)

- [Packagist](https://packagist.org/packages/blomstra/digest)
- [GitHub](https://github.com/blomstra/flarum-ext-digest)
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~34 days

Recently: every ~7 days

Total

18

Last Release

937d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/504687?v=4)[Daniël Klabbers](/maintainers/Luceos)[@luceos](https://github.com/luceos)

![](https://avatars.githubusercontent.com/u/16573496?v=4)[IanM](/maintainers/imorland)[@imorland](https://github.com/imorland)

---

Top Contributors

[![clarkwinkelmann](https://avatars.githubusercontent.com/u/5264300?v=4)](https://github.com/clarkwinkelmann "clarkwinkelmann (11 commits)")[![SychO9](https://avatars.githubusercontent.com/u/20267363?v=4)](https://github.com/SychO9 "SychO9 (9 commits)")[![flarum-bot](https://avatars.githubusercontent.com/u/39334649?v=4)](https://github.com/flarum-bot "flarum-bot (7 commits)")[![imorland](https://avatars.githubusercontent.com/u/16573496?v=4)](https://github.com/imorland "imorland (7 commits)")[![meezaan](https://avatars.githubusercontent.com/u/1839282?v=4)](https://github.com/meezaan "meezaan (6 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

flarum

### Embed Badge

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

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

###  Alternatives

[flarum-lang/russian

Russian language pack for Flarum.

12128.3k](/packages/flarum-lang-russian)[flarum-lang/french

French language pack to localize the Flarum forum software plus its official and third-party extensions.

1938.7k](/packages/flarum-lang-french)[fof/webhooks

Automatically notify Discord, Slack, and Microsoft Teams when events happen on your Flarum forum.

2419.9k](/packages/fof-webhooks)[fof/subscribed

Additional user subscriptions for your forum

1232.4k2](/packages/fof-subscribed)[fof/discussion-language

Specify the language a discussion is written in &amp; sort by language

1034.8k4](/packages/fof-discussion-language)[fof/pretty-mail

Create HTML email for Flarum

1032.0k](/packages/fof-pretty-mail)

PHPackages © 2026

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