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

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

phpauth/phpauth.mailer.nette
============================

Nette Mail driver for PHPAuth

0.99.0(5mo ago)01PHPPHP &gt;=7.4

Since Jan 17Pushed 5mo agoCompare

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

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

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

[](#how-to-use)

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

$config->setMailer(new \PHPAuth\Mailer\NetteMailerDriver([
    'smtp'      =>  true,

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

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

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

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

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance70

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity25

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

Unknown

Total

1

Last Release

168d 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)")

### Embed Badge

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

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

###  Alternatives

[contributte/mailing

Sending emails with pleasure and prepared templates.

17966.3k2](/packages/contributte-mailing)[dotblue/mandrill

OO wrapper above Mandrill API for sending e-mails

1476.7k1](/packages/dotblue-mandrill)

PHPackages © 2026

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