PHPackages                             phpauth/phpauth.mailer.phpmailer - 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. phpauth/phpauth.mailer.phpmailer

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

phpauth/phpauth.mailer.phpmailer
================================

PHPMailer driver for PHPAuth

0.99.1(5mo ago)01PHPPHP ^7.4

Since Jan 17Pushed 5mo agoCompare

[ Source](https://github.com/PHPAuth/PHPAuth.PHPMailerDriver)[ Packagist](https://packagist.org/packages/phpauth/phpauth.mailer.phpmailer)[ RSS](/packages/phpauth-phpauthmailerphpmailer/feed)WikiDiscussions main Synced today

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

How to use?
===========

[](#how-to-use)

```
$config = new \PHPAuth\Config($pdo);

$config->setMailer(new \PHPAuth\Mailer\PHPMailerDriver([
    'debug'     =>  true,

    'auth'      =>  true,
    'username'  =>  'your-email@gmail.com',
    'password'  =>  'your-password',

    'secure'    =>  \PHPMailer\PHPMailer\PHPMailer::ENCRYPTION_STARTTLS, // 'tls'
    // OR
    'secure'    =>  \PHPMailer\PHPMailer\PHPMailer::ENCRYPTION_SMTPS,   // 'ssl'

    'host'      =>  'smtp.gmail.com',
    'port'      =>  587, // relative to security type

    // setFrom
    'site_email'    => 'noreply@yoursite.com',
    'site_name'     => 'Your Site'
]));

$auth = new \PHPAuth\Auth($pdo, $config);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance70

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity26

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

Total

2

Last Release

169d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2164874?v=4)[Karel Wintersky](/maintainers/KarelWintersky)[@KarelWintersky](https://github.com/KarelWintersky)

---

Top Contributors

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

---

Tags

phpauth

### Embed Badge

![Health badge](/badges/phpauth-phpauthmailerphpmailer/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[getkirby/cms

The Kirby core

1.5k584.8k476](/packages/getkirby-cms)[ivantcholakov/codeigniter-phpmailer

A CodeIgniter 3 compatible email-library powered by PHPMailer.

25214.3k](/packages/ivantcholakov-codeigniter-phpmailer)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)

PHPackages © 2026

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