PHPackages                             noerd/marketing - 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. noerd/marketing

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

noerd/marketing
===============

Communication module for noerd platform — central email sending and communications log

v0.1.5(2w ago)0177↓62.8%proprietaryPHP

Since May 27Pushed 2w agoCompare

[ Source](https://github.com/noerd-dev/communication)[ Packagist](https://packagist.org/packages/noerd/marketing)[ RSS](/packages/noerd-marketing/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (6)Versions (6)Used By (0)

Communication Module
====================

[](#communication-module)

Central email sending and communications log for the noerd platform.

Purpose
-------

[](#purpose)

- Single entry point for sending application emails across all modules
- Persistent log of every email in the `communications` table
- Replaces the legacy `mail_logs` table (data migrated automatically)

Usage
-----

[](#usage)

```
use Noerd\Communication\Services\Communicator;

app(Communicator::class)->send(
    mailable: new MyMailable($data),
    to: $customer->email,
    customer: $customer,
);
```

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

[](#installation)

1. `composer require noerd/communication`
2. `php artisan migrate`
3. `php artisan noerd:install-communication`

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance97

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

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

Total

5

Last Release

14d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ede41d0ea3a95909f1e9a22b682a3b598e8b5c4244c0c1258e5a4ec238524bf?d=identicon)[noerd](/maintainers/noerd)

---

Top Contributors

[![johbrock](https://avatars.githubusercontent.com/u/19673317?v=4)](https://github.com/johbrock "johbrock (12 commits)")

### Embed Badge

![Health badge](/badges/noerd-marketing/health.svg)

```
[![Health](https://phpackages.com/badges/noerd-marketing/health.svg)](https://phpackages.com/packages/noerd-marketing)
```

PHPackages © 2026

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