PHPackages                             audi2014/smtp-mailer - 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. audi2014/smtp-mailer

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

audi2014/smtp-mailer
====================

send push notifications to fcm and apns in same interface

v1.0.0(7y ago)0249MITPHPPHP ^7.0

Since Sep 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/audi2014/SMTPMailer)[ Packagist](https://packagist.org/packages/audi2014/smtp-mailer)[ RSS](/packages/audi2014-smtp-mailer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

```
require "vendor/autoload.php";

use Audi2014\SmtpMailer\SmtpMailer;
$to = "______@_________";
$emailString = "emailString";
$subject = "subject";
$mailer = new SmtpMailer([
    SmtpMailer::CONFIG_FROM => "____________@_________",
    SmtpMailer::CONFIG_HOST => "smtp._________.___",
    SmtpMailer::CONFIG_PORT => 587,
    SmtpMailer::CONFIG_SECURE => "___",
    SmtpMailer::CONFIG_LOGIN => "____________@_________",
    SmtpMailer::CONFIG_PASSWORD => "_______________",
    SmtpMailer::CONFIG_LOGGER => 'html',
]);
echo $mailer->mailToUsers([$to], $emailString, $subject, $_FILES) ? 'ok' : 'error';
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2805d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1eb8e22f024bcd7ce6a7702bf1e4c182f213326288aa25c01c04233654412f70?d=identicon)[audi2014](/maintainers/audi2014)

---

Top Contributors

[![audi2014](https://avatars.githubusercontent.com/u/17003291?v=4)](https://github.com/audi2014 "audi2014 (2 commits)")

### Embed Badge

![Health badge](/badges/audi2014-smtp-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/audi2014-smtp-mailer/health.svg)](https://phpackages.com/packages/audi2014-smtp-mailer)
```

###  Alternatives

[ivantcholakov/codeigniter-phpmailer

A CodeIgniter 3 compatible email-library powered by PHPMailer.

25313.9k](/packages/ivantcholakov-codeigniter-phpmailer)[markguinn/silverstripe-email-helpers

Silverstripe extension containing SMTP mailer class and some other classes for HTML emails

3145.4k1](/packages/markguinn-silverstripe-email-helpers)[msp/smtp

SMTP with PHPMailer

2129.4k](/packages/msp-smtp)[nfephp-org/sped-mail

API para geração e envio dos emails relacionados com o SPED.

1123.7k](/packages/nfephp-org-sped-mail)

PHPackages © 2026

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