PHPackages                             justoverclock/newsletter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. justoverclock/newsletter

ActiveFlarum-extension[Utility &amp; Helpers](/categories/utility)

justoverclock/newsletter
========================

Add newsletter system to Flarum

1.0.1(1y ago)17491[1 PRs](https://github.com/justoverclockl/newsletter/pulls)MITLess

Since Dec 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/justoverclockl/newsletter)[ Packagist](https://packagist.org/packages/justoverclock/newsletter)[ RSS](/packages/justoverclock-newsletter/feed)WikiDiscussions main Synced today

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

Newsletter
==========

[](#newsletter)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) [![Latest Stable Version](https://camo.githubusercontent.com/ed5f3b311f9f5e034bcd039280594c6549583ee58c8d3a79ecb0528ad141f358/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a7573746f766572636c6f636b2f6e6577736c65747465722e737667)](https://packagist.org/packages/justoverclock/newsletter) [![Total Downloads](https://camo.githubusercontent.com/b2bd3ec895eaca27e8a7be20755685c598566ea5fc9c2ab58b3c3890fcb0a5ac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a7573746f766572636c6f636b2f6e6577736c65747465722e737667)](https://packagist.org/packages/justoverclock/newsletter)

A [Flarum](http://flarum.org) extension. Add a simple newsletter system to Flarum.

This extension allow admin to collect emails and to send newsletter for all those users who are subscribed at once! This extension have an automatic opt-out system with an "Unsubscribe" link placed in the newsletter footer (See picture), that redirect user to a dedicated page where is possible to confirm the opt out through a form.

### Simple email template

[](#simple-email-template)

[![img](https://camo.githubusercontent.com/f9b2f2bef1e11504c92e5742f8cbbee6ac7bb4796c5bdeb8763e8aab91ae04f7/68747470733a2f2f692e6962622e636f2f3466487a6a4e342f656d61696c74656d706c6174652e706e67)](https://camo.githubusercontent.com/f9b2f2bef1e11504c92e5742f8cbbee6ac7bb4796c5bdeb8763e8aab91ae04f7/68747470733a2f2f692e6962622e636f2f3466487a6a4e342f656d61696c74656d706c6174652e706e67)

### Dedicated opt-out page

[](#dedicated-opt-out-page)

[![img2](https://camo.githubusercontent.com/79896f72ddc5c931dcb24d846a469551c008bc2c939457ae29029bbf12a4708e/68747470733a2f2f692e6962622e636f2f434837646432622f32322e706e67)](https://camo.githubusercontent.com/79896f72ddc5c931dcb24d846a469551c008bc2c939457ae29029bbf12a4708e/68747470733a2f2f692e6962622e636f2f434837646432622f32322e706e67)

### Simple admin interface

[](#simple-admin-interface)

[![img3](https://camo.githubusercontent.com/cc7754e843a8d263cd04c928489efbdd4b03f065c111f3230a1e7422e147e82f/68747470733a2f2f692e6962622e636f2f4d636b4d5676332f61616161612e706e67)](https://camo.githubusercontent.com/cc7754e843a8d263cd04c928489efbdd4b03f065c111f3230a1e7422e147e82f/68747470733a2f2f692e6962622e636f2f4d636b4d5676332f61616161612e706e67)

### Simple user interface

[](#simple-user-interface)

[![img3](https://camo.githubusercontent.com/51900168d30b9cb6627654dbf418b33e846d2a837bc205e50a1f879bdeff01c5/68747470733a2f2f692e6962622e636f2f4a465730476e7a2f656d61696c7375627363726962652e706e67)](https://camo.githubusercontent.com/51900168d30b9cb6627654dbf418b33e846d2a837bc205e50a1f879bdeff01c5/68747470733a2f2f692e6962622e636f2f4a465730476e7a2f656d61696c7375627363726962652e706e67)

### GDPR compliant

[](#gdpr-compliant)

Anyone can subscribe to the newsletter after reading and confirming the rules.

[![img3](https://camo.githubusercontent.com/cc97d5a94cd9ebccdb5eb548c0cf5e3d107e4894d95abf00c047c83c9c82a45d/68747470733a2f2f692e6962622e636f2f796e3167724c4e2f656d61696c7375627363726962656d6f64616c2e706e67)](https://camo.githubusercontent.com/cc97d5a94cd9ebccdb5eb548c0cf5e3d107e4894d95abf00c047c83c9c82a45d/68747470733a2f2f692e6962622e636f2f796e3167724c4e2f656d61696c7375627363726962656d6f64616c2e706e67)

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

[](#installation)

Install with composer:

```
composer require justoverclock/newsletter:"*"
```

Updating
--------

[](#updating)

```
composer update justoverclock/newsletter:"*"
php flarum migrate
php flarum cache:clear
```

Links
-----

[](#links)

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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

Total

2

Last Release

574d ago

### Community

Maintainers

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

---

Top Contributors

[![justoverclockl](https://avatars.githubusercontent.com/u/79002016?v=4)](https://github.com/justoverclockl "justoverclockl (10 commits)")

---

Tags

flarum

### Embed Badge

![Health badge](/badges/justoverclock-newsletter/health.svg)

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

###  Alternatives

[flarum-lang/russian

Russian language pack for Flarum.

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

Well integrated, advanced private discussions.

59120.6k13](/packages/fof-byobu)[fof/discussion-language

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

1034.8k4](/packages/fof-discussion-language)[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/gamification

Upvotes and downvotes for your Flarum community

4066.1k8](/packages/fof-gamification)[fof/best-answer

Mark a post as the best answer in a discussion

25154.0k20](/packages/fof-best-answer)

PHPackages © 2026

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