PHPackages                             phphleb/muller - 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. phphleb/muller

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

phphleb/muller
==============

Mailer for PHP Framework HLEB2

v2.0.0(2y ago)2872↓25%3MITPHPPHP &gt;=7.0.0

Since May 9Pushed 2y ago1 watchersCompare

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

READMEChangelog (4)DependenciesVersions (5)Used By (3)

"Muller" is the strict Electronic Postman (PHP Mailer)
------------------------------------------------------

[](#muller-is-the-strict-electronic-postman-php-mailer)

[![HLEB1](https://camo.githubusercontent.com/26972ff55bd84c3e74768eb0b2eaa3196a7561cd1a804ef9b4d34dfa692aeb50/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f484c45422d312d6f6c697665)](https://github.com/phphleb/hleb) [![HLEB2](https://camo.githubusercontent.com/838b21da13ac6fa4384590a6a151d564a2832887c0a085cd911223d700ca379c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f484c45422d322d6461726b6379616e)](https://github.com/phphleb/hleb) [![PHP](https://camo.githubusercontent.com/a42ac08e4a33c3cf6c42f42bae98bf59f27db8eacfc5f6a8a52ad87e9a41c22a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372d626c7565)](https://camo.githubusercontent.com/a42ac08e4a33c3cf6c42f42bae98bf59f27db8eacfc5f6a8a52ad87e9a41c22a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372d626c7565) [![PHP](https://camo.githubusercontent.com/5e499a8b3a08ba57ec0640d128fa33eb8929b78cf02d347df3a93947089cfa1f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382d626c7565)](https://camo.githubusercontent.com/5e499a8b3a08ba57ec0640d128fa33eb8929b78cf02d347df3a93947089cfa1f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382d626c7565) [![License: MIT](https://camo.githubusercontent.com/fdf4c838e998efe42a2cfb3c27b8addedc9f7ddd1ecfecc4b19254f784232b7a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542532302846726565292d627269676874677265656e2e737667)](https://github.com/phphleb/hleb/blob/master/LICENSE)

The `Muller` is not included in the original configuration of the framework [HLEB2](https://github.com/phphleb/hleb), so it must be copied to the folder with the vendor/phphleb libraries from the [github.com/phphleb/muller](https://github.com/phphleb/muller) repository or installed using Composer:

```
$ composer require phphleb/muller
```

Standard email sending via PHP function `mail(...)`. Used to confirm the registration of the framework, so SMTP is not supported.

```
// Include or autoload
include '/phphleb/muller/Src/DefaultMail.php';
include '/phphleb/muller/Src/Errors.php';
include '/phphleb/muller/StandardMail.php';

$mail = new \Phphleb\Muller\StandardMail(true); // Allow sending to multiple destinations

$mail->setNameFrom('User Name');
$mail->setAddressFrom('mailbox@main-site.com');
$mail->setParameters('-fmailbox@main-site.com');
$mail->setTitle('Verification letter');

$mail->setDebug(true);
$mail->setDebugPath('/logs');
$mail->saveOnlyToFile(false);
$mail->saveFileIntoDirectory('/logs');

$mail->setTo('test-address-1@example-site.ru');
$mail->setTo('test-address-2@example-site.ru', 'Recipient 2');
$mail->setToMultiple(['test-address-3@example-site.ru' => 'Recipient 3', 'test-address-4@example-site.ru' => 'Recipient 4']);

$mail->setContent('

                    Test letter text.

');
$mail->send();

var_dump($mail->getErrors());
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity50

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

Total

4

Last Release

840d ago

Major Versions

v1.0.2 → v2.0.02024-01-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/add493abc37e54c44eabe920dd9facf7aae69955c84bb8245b561f3fc51708da?d=identicon)[phphleb](/maintainers/phphleb)

---

Top Contributors

[![phphleb](https://avatars.githubusercontent.com/u/48386098?v=4)](https://github.com/phphleb "phphleb (10 commits)")

---

Tags

emailmailerSenderhleb2

### Embed Badge

![Health badge](/badges/phphleb-muller/health.svg)

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

###  Alternatives

[aplus/email

Aplus Framework Email Library

2461.6M3](/packages/aplus-email)[sylius/mailer-bundle

Mailers and e-mail template management for Symfony projects.

728.1M77](/packages/sylius-mailer-bundle)[voku/bounce-mail-handler

Bounce Mail Handler

49230.9k2](/packages/voku-bounce-mail-handler)[nickcv/yii2-mandrill

Mandrill Api Integration for Yii2

29554.2k2](/packages/nickcv-yii2-mandrill)[paragonie/gpg-mailer

Encrypt outbound emails with Crypt\_GPG

9524.2k1](/packages/paragonie-gpg-mailer)[boundstate/yii2-mailgun

Mailgun integration for the Yii framework

28160.6k](/packages/boundstate-yii2-mailgun)

PHPackages © 2026

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