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 2w 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

29

—

LowBetter than 57% of packages

Maintenance35

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

612d 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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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