PHPackages                             lwc/lwcmailer - 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. lwc/lwcmailer

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

lwc/lwcmailer
=============

ZF2 module for sending mails.

032PHP

Since Feb 21Pushed 12y ago3 watchersCompare

[ Source](https://github.com/lewildcode/lwcmailer)[ Packagist](https://packagist.org/packages/lwc/lwcmailer)[ RSS](/packages/lwc-lwcmailer/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

LwcMailer
=========

[](#lwcmailer)

To install via composer, add the repository to your composer.json

```
"repositories": [
    {
        "type": "package",
        "package": {
            "name": "lwc/LwcMailer",
            "version": "1.0.0",
            "source": {
                "url": "http://github.com/lewildcode/LwcMailer",
                "type": "git",
                "reference": "master"
            }
        }
    }
],

```

then add the package to the require block

```
"require": {
    "lwc/LwcMailer": "1.*",
}

```

Add the "LwcMailer" module to the config/application.config.php. Copy the .dist config file to your config/autoload/ directory and modify as needed.

Example:

```
public function sendMailViaLwcMailer ()
{
    $mailer = $this->getServiceLocator()->get('LwcMailer\Service\Mailer');
    $cfg = $mailer->getOptions();
    $mail = $mailer->createMail('My mail subject', 'mail body');
    $mailer->send($mail);
}

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/428303?v=4)[Timo Ziemann](/maintainers/timoziemann)[@timoziemann](https://github.com/timoziemann)

### Embed Badge

![Health badge](/badges/lwc-lwcmailer/health.svg)

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

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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