PHPackages                             um-flint/mailman-api - 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. um-flint/mailman-api

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

um-flint/mailman-api
====================

A PHP package to manage users in mailman.

v1.0.1(2y ago)2690MITPHPPHP ^8.0

Since Jan 23Pushed 2y ago2 watchersCompare

[ Source](https://github.com/um-flint/mailman-api)[ Packagist](https://packagist.org/packages/um-flint/mailman-api)[ RSS](/packages/um-flint-mailman-api/feed)WikiDiscussions master Synced 1mo ago

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

GNU Mailman API
===============

[](#gnu-mailman-api)

**Note:** This API is incomplete. There are several things in the [Mailman documentation](http://docs.mailman3.org/en/latest/) that have not been implemented just because that were not needed.

*If you would like to contribute to this API, submit a pull request to have your changes reviewed before they are merged into master.*

Table of Contents
-----------------

[](#table-of-contents)

- [Methods](#methods)
    - [Mailman](#mailman)
    - [Users](#users)
    - [Lists](#lists)
    - [Members](#members)
    - [Domains](#domains)

### Methods

[](#methods-)

#### Mailman

[](#mailman-)

- domains() : Domains
- lists() : Lists
- users() : Users
- members() : Members

Example to get all lists:

```
$allLists = $mailman->lists()->all(null, null, true);
```

Example to get lists for a user:

```
$usersLists = $mailman->members()->find(null, 'email_address');
```

#### Users

[](#users-)

- all($count = null, $page = null)
- find($email)
- create($email, $displayName = null, $password = null)
- updateDisplayName($email, $displayName)
- updatePassword($email, $password)
- delete($email)

#### Lists

[](#lists-)

- all($count = null, $page = null, $advertised = null)
- find($name)
- members($name, $count = null, $page = null)
- create($name, $style = null)
- delete($domain)

#### Members

[](#members-)

- all($count = null, $page = null)
- find($listId = null, $subscriber = null, $role = null)
- subscribe($listId, $subscriber, $displayName = null, $verified = false, $confirmed = false, $approved = false)
- unsubscribe($memberId)

#### Domains

[](#domains-)

- all($count, $page)
- find($domain)
- lists($domain, $count = null, $page = null, $advertised = null)
- create($domain, $description = null)
- delete($domain)

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 86.7% 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 ~1057 days

Total

3

Last Release

913d ago

Major Versions

v0.0.1 → v1.0.02023-11-07

PHP version history (2 changes)v0.0.1PHP &gt;=7.1.0

v1.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f982e9f8f133cb9e1868fd6ec4390e6ea1a75bc0fa6c626ebee2de3bc877334e?d=identicon)[dowilcox](/maintainers/dowilcox)

---

Top Contributors

[![dowilcox](https://avatars.githubusercontent.com/u/1311943?v=4)](https://github.com/dowilcox "dowilcox (13 commits)")[![babbassp](https://avatars.githubusercontent.com/u/37459212?v=4)](https://github.com/babbassp "babbassp (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/um-flint-mailman-api/health.svg)

```
[![Health](https://phpackages.com/badges/um-flint-mailman-api/health.svg)](https://phpackages.com/packages/um-flint-mailman-api)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[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)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)

PHPackages © 2026

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