PHPackages                             codepotatoltd/digestif - 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. codepotatoltd/digestif

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

codepotatoltd/digestif
======================

A digest email for Laravel database notifications

0.2.0(5y ago)13258MITPHPPHP &gt;=7.4

Since Oct 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/CodepotatoLtd/digestif)[ Packagist](https://packagist.org/packages/codepotatoltd/digestif)[ RSS](/packages/codepotatoltd-digestif/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

🥃 Digestif - Gloriously simple digest emails for Laravel
========================================================

[](#-digestif---gloriously-simple-digest-emails-for-laravel)

[![Total Downloads](https://camo.githubusercontent.com/f2250d2cc75a4a59fa4f0faaa9025ffa4d410b41e0ae98e967ca731743115ba0/68747470733a2f2f706f7365722e707567782e6f72672f636f6465706f7461746f6c74642f64696765737469662f642f746f74616c2e737667)](https://packagist.org/packages/codepotatoltd/digestif)[![Latest Stable Version](https://camo.githubusercontent.com/0f93f1ede2d9a0f7eb8edc383f310f816a9f7aba5c190ad6b510dcde7138a7af/68747470733a2f2f706f7365722e707567782e6f72672f636f6465706f7461746f6c74642f64696765737469662f762f737461626c652e737667)](https://packagist.org/packages/codepotatoltd/digestif)[![License](https://camo.githubusercontent.com/2ce5ecafc16cc694b81c2a5a18e36a5d60dec3c907e9645e4ea3c8a3207389d4/68747470733a2f2f706f7365722e707567782e6f72672f636f6465706f7461746f6c74642f64696765737469662f6c6963656e73652e737667)](https://packagist.org/packages/codepotatoltd/digestif)

What is this?
-------------

[](#what-is-this)

Using the database driver for laravel notifications is great, but then you need a way to communicate to your users if they've not logged in for a while. With Digestif we'll handle the digest emails for you.

Installation instructions
-------------------------

[](#installation-instructions)

1. Install using `composer require codepotatoltd/digestif`
2. Ensure you have a notifications table in your database, otherwise run `php artisan notifications:table` and then `php artisan migrate`
3. Publish Digestif's config, notification and database migration using `php artisan vendor:publish` and select the DigestifServiceProvider option.
4. Run `php artisan migrate` to add the "digested\_at" column
5. Open the digestif.php config file and update the User model that your app uses.
6. Open your App/Console/Kernel.php and in the scheduler define how often you would like the digest process to run. E.g. `$schedule->command('digestif:pour')->hourly();` Alternatively, setup your own cron process to run `php artisan digestif:pour` when you would like emails to be sent.
7. Sit back and let Digestif handle the rest 🥃

Config options
--------------

[](#config-options)

Using the vendor:publish method you have full control of both the notification that we use behind the scenes. You can find this in your App/Notifications folder and you're welcome to tweak this to something that works better for you.

For example:

Config VariableDefaultDescriptionenabledtrue (boolean)Should Digestif run or not?typesimple (string)What variety of email should it send. Only one option at the momentuser\_modelUser::classWhat model is used for users that should receive the digest emailnotifications\_user\_id\_columnnotifiable\_id (string)What column on the notifications table stores the user\_idread\_columnread\_atWhat column from the notifications table stores whether the notification has been read or notRoadmap
-------

[](#roadmap)

- Simple digest email
- Refactor to filter out user notifications only
- Unsubscribing from the digest email
- Itemised digest emails as well as our simple counter version
- User controls to set the frequency of their digests

Upgrade Guide
-------------

[](#upgrade-guide)

### To v0.20 from v0.10

[](#to-v020-from-v010)

Add the following to your digestif.php config file:

```
    /*
    |--------------------------------------------------------------------------
    | Notifications read column
    |--------------------------------------------------------------------------
    |
    | Please tell us what column stores the read toggle for notifications
    |
    */
    'read_column' => 'read_at',

```

### To v0.10 from v0.0.2

[](#to-v010-from-v002)

Add the following to your digestif.php config file

```
    /*
    |--------------------------------------------------------------------------
    | Notifications table user ID column
    |--------------------------------------------------------------------------
    |
    | Please tell us what column stores the user_id used for notifications
    |
    */
    'notifications_user_id_column' => 'notifiable_id',

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.4% 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 ~1 days

Total

4

Last Release

2084d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/417524?v=4)[Gareth Thompson](/maintainers/codepotato)[@codepotato](https://github.com/codepotato)

---

Top Contributors

[![codepotato](https://avatars.githubusercontent.com/u/417524?v=4)](https://github.com/codepotato "codepotato (17 commits)")[![Sammyjo20](https://avatars.githubusercontent.com/u/29132017?v=4)](https://github.com/Sammyjo20 "Sammyjo20 (1 commits)")

---

Tags

laravellaravel-packagenotificationsphp

### Embed Badge

![Health badge](/badges/codepotatoltd-digestif/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M152](/packages/spatie-laravel-health)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.6k](/packages/larastan-larastan)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k28.4M136](/packages/laravel-cashier)[laravel/ai

The official AI SDK for Laravel.

9782.1M161](/packages/laravel-ai)[studio/laravel-totem

A Laravel package to manage your cron jobs through a beautiful dashboard

1.8k1.1M](/packages/studio-laravel-totem)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

15104.9k4](/packages/calebdw-larastan)

PHPackages © 2026

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