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(6mo ago)222MITPHPPHP ^8.4CI passing

Since Dec 29Pushed 6mo 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 today

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 75% of packages

Maintenance68

Regular maintenance activity

Popularity11

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

186d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12786153?v=4)[Chris Arter](/maintainers/christopherarter)[@christopherarter](https://github.com/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

[jlevers/selling-partner-api

PHP client for Amazon's Selling Partner API

4335.4M2](/packages/jlevers-selling-partner-api)[saloonphp/laravel-plugin

The official Laravel plugin for Saloon

807.1M200](/packages/saloonphp-laravel-plugin)[saloonphp/barstool

A Laravel package for logging Saloon Requests &amp; Response.

1840.0k1](/packages/saloonphp-barstool)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

771.2k](/packages/whatsdiff-whatsdiff)[myoutdeskllc/salesforce-php

salesforce library for php8+

1579.5k](/packages/myoutdeskllc-salesforce-php)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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