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 2w 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 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2902d 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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[getkirby/cms

The Kirby core

1.5k606.6k536](/packages/getkirby-cms)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

243.0k4](/packages/sproutcms-cms)

PHPackages © 2026

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