PHPackages                             tobymaxham/kraut-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. tobymaxham/kraut-newsletter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tobymaxham/kraut-newsletter
===========================

A package to manage newsletters in larave 5

v1.0(10y ago)6152MITPHPPHP &gt;=5.5.9

Since Jul 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/TobyMaxham/kraut-newsletter)[ Packagist](https://packagist.org/packages/tobymaxham/kraut-newsletter)[ Docs](http://maxham.de)[ RSS](/packages/tobymaxham-kraut-newsletter/feed)WikiDiscussions 1.0 Synced 1mo ago

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

The Kraut Newsletter package
============================

[](#the-kraut-newsletter-package)

[![Total Downloads](https://camo.githubusercontent.com/e65f2b609358b59416dfd90d2f832a07b4d7b3565ec4ee1dcecf386020e2a251/68747470733a2f2f706f7365722e707567782e6f72672f546f62794d617868616d2f6b726175742d6e6577736c65747465722f646f776e6c6f6164732e737667)](https://packagist.org/packages/TobyMaxham/kraut-newsletter)[![Latest Stable Version](https://camo.githubusercontent.com/021042a2432e824bb15bbb7872b18ee2bb7462e8719476bf84978273bf063448/68747470733a2f2f706f7365722e707567782e6f72672f546f62794d617868616d2f6b726175742d6e6577736c65747465722f762f737461626c652e737667)](https://packagist.org/packages/TobyMaxham/kraut-newsletter)[![Latest Unstable Version](https://camo.githubusercontent.com/a664ef8bea9aa40a049ed881c2c7dfcb37560dc6bee4a26ab7b56dde978bf25b/68747470733a2f2f706f7365722e707567782e6f72672f546f62794d617868616d2f6b726175742d6e6577736c65747465722f762f756e737461626c652e737667)](https://packagist.org/packages/TobyMaxham/kraut-newsletter)[![License](https://camo.githubusercontent.com/c3836607e38f3600c96924142532690eb032fb119df51bf08a9126e285da67de/68747470733a2f2f706f7365722e707567782e6f72672f546f62794d617868616d2f6b726175742d6e6577736c65747465722f6c6963656e73652e737667)](https://packagist.org/packages/TobyMaxham/kraut-newsletter)

A package to manage newsletter in Laravel 5.

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

[](#installation)

Register the Service Provider

```
// config/app.php
'providers' => [
    ...
    'TobyMaxham\Newsletter\NewsletterServiceProvider',
    ...
];
```

Documentation
-------------

[](#documentation)

We currently have essentially no documentation at the moment, but are working on it, and are open to pull requests.

How to use
----------

[](#how-to-use)

Register a new subscriber

```
// Simply add a new subscriber.
Newsletter::subscribe('Heiko@nothing-on-website.net');

// Attach the subscriber on a NewsletterList.
Newsletter::subscribe('francis@clouding.net', 'Evil Mailing');

// Add some user informations
Newsletter::subscribe('Heiko@nothing-on-website.net', ['firstname' => 'Heiko'], 'The Simple List');
```

Also you can remove a subscriber.

```
// Remove from all Newsletter Lists and delete from subscriber
Newsletter::unsubscribe('francis@clouding.net');

// Only remove from a special list
Newsletter::unsubscribe('abraham@krauts.ru', 'Free Tutorials');
```

### The name

[](#the-name)

By using this package you'll get more time to eat kraut.

License
-------

[](#license)

TobyMaxham'S Kraut Newsletter is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

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

Total

2

Last Release

3923d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/900ab0a66bf701f3fb99a4db54276b4984cf3cf9b55ccad6df65c034f58be85f?d=identicon)[TobyMaxham](/maintainers/TobyMaxham)

---

Top Contributors

[![TobiasMaxham](https://avatars.githubusercontent.com/u/263875125?v=4)](https://github.com/TobiasMaxham "TobiasMaxham (19 commits)")

---

Tags

laraveltobymaxhamneslettersauerkrautkraut

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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