PHPackages                             dynamik-dev/listmonk-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dynamik-dev/listmonk-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dynamik-dev/listmonk-php
========================

A full-featured PHP HTTP client for the Listmonk email platform

v0.1.1(4mo ago)17MITPHPPHP ^8.4CI passing

Since Dec 29Pushed 4mo agoCompare

[ Source](https://github.com/dynamik-dev/listmonk-php)[ Packagist](https://packagist.org/packages/dynamik-dev/listmonk-php)[ RSS](/packages/dynamik-dev-listmonk-php/feed)WikiDiscussions main Synced 1mo ago

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

Listmonk PHP
============

[](#listmonk-php)

A PHP SDK for the [Listmonk](https://listmonk.app) email platform.

[![CI](https://github.com/dynamik-dev/listmonk-php/actions/workflows/CI.yml/badge.svg)](https://github.com/dynamik-dev/listmonk-php/actions/workflows/CI.yml)

Requirements
------------

[](#requirements)

- PHP 8.4+

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

[](#installation)

```
composer require dynamik-dev/listmonk-php
```

Quick Start
-----------

[](#quick-start)

```
use DynamikDev\Listmonk\Listmonk;

$listmonk = new Listmonk(
    baseUrl: 'https://listmonk.example.com',
    username: 'api',
    password: 'your-api-token',
);
```

### Create a subscriber

[](#create-a-subscriber)

```
$subscriber = $listmonk->subscribers()->create(
    email: 'user@example.com',
    name: 'John Doe',
    lists: [1, 2],
);
```

### Send a campaign

[](#send-a-campaign)

```
$campaign = $listmonk->campaigns()->create(
    name: 'Welcome Campaign',
    subject: 'Welcome to our newsletter!',
    lists: [1],
    body: 'Hello {{ .Subscriber.Name }}!',
);

$listmonk->campaigns()->start($campaign->id);
```

### Public subscription (no auth required)

[](#public-subscription-no-auth-required)

```
$listmonk->public()->subscribe(
    email: 'user@example.com',
    name: 'John Doe',
    listUuids: ['abc-123-def'],
);
```

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

[](#documentation)

For full documentation, visit [docs.dynamik.dev/listmonk-php](https://docs.dynamik.dev/listmonk-php)

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance74

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Total

2

Last Release

140d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/990cfbdeab8ba6fd8c12d682db3e9723e22350bb8b377d91d692927f3e195241?d=identicon)[christopherarter](/maintainers/christopherarter)

---

Top Contributors

[![christopherarter](https://avatars.githubusercontent.com/u/12786153?v=4)](https://github.com/christopherarter "christopherarter (3 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dynamik-dev-listmonk-php/health.svg)

```
[![Health](https://phpackages.com/badges/dynamik-dev-listmonk-php/health.svg)](https://phpackages.com/packages/dynamik-dev-listmonk-php)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)[jlevers/selling-partner-api

PHP client for Amazon's Selling Partner API

4295.2M1](/packages/jlevers-selling-partner-api)

PHPackages © 2026

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