PHPackages                             kitzberger/usebouncer - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. kitzberger/usebouncer

ActiveTypo3-cms-extension[Validation &amp; Sanitization](/categories/validation)

kitzberger/usebouncer
=====================

Mail address validation via usebouncer.com (for powermail)

3.0.0(1mo ago)0425GPL-2.0-or-laterPHP

Since Aug 23Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/kitzberger/usebouncer)[ Packagist](https://packagist.org/packages/kitzberger/usebouncer)[ Docs](https://github.com/kitzberger/usebouncer)[ RSS](/packages/kitzberger-usebouncer/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (13)Used By (0)

EXT:usebouncer
==============

[](#extusebouncer)

This TYPO3 extension provides mail address validation via usebouncer.com as EXT:powermail spamshield.

Installation
------------

[](#installation)

- Install this extension via composer: `composer require kitzberger/usebourcer`
- Set API key in extension settings
- Include TypoScript `Usebouncer for powermail`

This'll run a usebouncer.com check on the field that's defined as the 'sender email address'.

CLI
---

[](#cli)

There's a CLI command for testing an email address:

```
./bin/typo3 usebouncer:test mail@example.org
```

Logger
------

[](#logger)

Set this in your AdditionalConfiguration.php to activate logging for debugging purposes.

```
$logWriterConf = [
    'Kitzberger' => [
        'Usebouncer' => [
            'writerConfiguration' => [
                \TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
                    \TYPO3\CMS\Core\Log\Writer\FileWriter::class => [
                        'logFileInfix' => 'usebouncer'
                    ],
                ],
            ],
        ],
    ],
];
$GLOBALS['TYPO3_CONF_VARS']['LOG'] = array_replace_recursive($GLOBALS['TYPO3_CONF_VARS']['LOG'], $logWriterConf);
```

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance93

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~112 days

Recently: every ~203 days

Total

10

Last Release

37d ago

Major Versions

1.1.3 → 2.0.02024-05-29

2.0.2 → 3.0.02026-05-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a288a9c4de1e44927c96ee2f9cef86ad3fbf3648e47933c2b662f3c090f0265?d=identicon)[kitzberger](/maintainers/kitzberger)

---

Top Contributors

[![kitzberger](https://avatars.githubusercontent.com/u/1405149?v=4)](https://github.com/kitzberger "kitzberger (29 commits)")

---

Tags

TYPO3 CMSpowermailusebouncer.com

### Embed Badge

![Health badge](/badges/kitzberger-usebouncer/health.svg)

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

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[lochmueller/staticfilecache

Transparent static file cache solution using mod\_rewrite and mod\_expires. Increase performance for static pages by a factor of 230!!

1271.4M4](/packages/lochmueller-staticfilecache)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

34653.7k16](/packages/brotkrueml-schema)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[web-vision/wv_deepltranslate

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

33304.3k](/packages/web-vision-wv-deepltranslate)

PHPackages © 2026

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