PHPackages                             tomaskarlik/emailspamtester - 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. tomaskarlik/emailspamtester

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

tomaskarlik/emailspamtester
===========================

Util for check Nette mail message by spamassassin

1.02(9y ago)012Apache-2.0PHPPHP &gt;=5.6

Since Feb 6Pushed 9y ago2 watchersCompare

[ Source](https://github.com/tomaskarlik/EmailSpamTester)[ Packagist](https://packagist.org/packages/tomaskarlik/emailspamtester)[ RSS](/packages/tomaskarlik-emailspamtester/feed)WikiDiscussions master Synced today

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

EmailSpamTester
===============

[](#emailspamtester)

Email SPAM checker for [Nette](https://github.com/nette) using [templateria/spamassassin](https://github.com/templateria/php-spamassassin).

Configuration
-------------

[](#configuration)

```
spamassassin: TomasKarlik\EmailSpamTester\DI\EmailSpamTesterExtension

spamassassin:
	hostname: '127.0.0.1'
	port: 783
	received: TRUE #add Received header for testing

```

Usage
-----

[](#usage)

```
$message = new Nette\Mail\Message;
dump($emailTester->getSpamReport($message));
dump($emailTester->getSymbols($message));
dump($emailTester->getScore($message));
dump($emailTester->isSpam($message));
```

Install via Composer
--------------------

[](#install-via-composer)

```
"require": {
	"tomaskarlik/emailspamtester" : "dev-master"
}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

3

Last Release

3431d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15874672?v=4)[Tomáš Karlík](/maintainers/tomaskarlik)[@tomaskarlik](https://github.com/tomaskarlik)

---

Top Contributors

[![tomaskarlik](https://avatars.githubusercontent.com/u/15874672?v=4)](https://github.com/tomaskarlik "tomaskarlik (5 commits)")

---

Tags

nettemailspamassassin

### Embed Badge

![Health badge](/badges/tomaskarlik-emailspamtester/health.svg)

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

###  Alternatives

[nette/mail

📧 Nette Mail: A handy library for creating and sending emails in PHP.

49310.1M268](/packages/nette-mail)[contributte/mailing

Sending emails with pleasure and prepared templates.

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

OO wrapper above Mandrill API for sending e-mails

1476.6k1](/packages/dotblue-mandrill)

PHPackages © 2026

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