PHPackages                             ghanover/mailman-sync - 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. ghanover/mailman-sync

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

ghanover/mailman-sync
=====================

Sync with mailman list

2.0.0(1y ago)29MITPHPPHP &gt;=7.0

Since Sep 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ghanover/mailman-sync)[ Packagist](https://packagist.org/packages/ghanover/mailman-sync)[ RSS](/packages/ghanover-mailman-sync/feed)WikiDiscussions master Synced 2d ago

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

Sync emails with mailman3
=========================

[](#sync-emails-with-mailman3)

Introduction
------------

[](#introduction)

Basic subscribe/unsubscribe functionality to allow for keeping user lists in sync with a mailman list

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

[](#installation)

Require through composer (until I get off my butt and get it in packagist, you'll have to add the VCS manually)

```
composer require ghanover/mailman-sync

```

Or manually edit your composer.json file:

```
"require": {
	"ghanover/mailman-sync": "dev-master"
}

```

Publish the configuration file:

```
php artisan vendor:publish

```

##### app/config.php

[](#appconfigphp)

Edit the aliases array to include:

```
'MailmanGateway' => \MailmanSync\Facades\MailmanGateway::class,

```

Register Service Provider in providers array:

```
\MailmanSync\SyncServiceProvider::class,

```

Config

```
MAILMAN_ADMIN_URL=http://your.host:8001/3.1/
MAILMAN_LISTS="{\"examplelist.domain\":{\"user\":\"restadmin\",\"password\":\"securepassword\"}}"

```

Usage
-----

[](#usage)

### Basic example

[](#basic-example)

```
MailmanGateway::subscribe('mylist', 'user@example.com');

```

Testing
-------

[](#testing)

You can test locally without having to set up mailman by adding MAILMAN\_MOCK=true to your .env. This will use local files in storage/app/ to mimic the members list.

At this point in time, the mock feature has no way to test failures.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

565d ago

Major Versions

1.0.0 → 2.0.02024-10-26

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ghanover-mailman-sync/health.svg)

```
[![Health](https://phpackages.com/badges/ghanover-mailman-sync/health.svg)](https://phpackages.com/packages/ghanover-mailman-sync)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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