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)2706MITPHPPHP ^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 3w 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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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

969d 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://avatars.githubusercontent.com/u/1311943?v=4)[Donald](/maintainers/dowilcox)[@dowilcox](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[guanguans/notify

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

687114.3k8](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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